1 Star 0 Fork 51

xiaopan/tms-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.sh 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
商户商城—商城开发 提交于 2018-12-26 11:50 +08:00 . gantt build
#!/bin/bash
echo "build start"
DEST=/Users/xiweicheng/tms/src/main/resources/static
SRC=/Users/xiweicheng/tms-frontend
echo "DEST DIR: $DEST"
echo "SRC DIR: $SRC"
echo "au pkg --env prod"
cd $SRC
au pkg --env prod
echo "rm page/scripts & page/index.html & page/blog.html & page/gantt"
rm -rf $DEST/page/scripts
rm -rf $DEST/page/index.html
rm -rf $DEST/page/blog.html
rm -rf $DEST/page/gantt
# rm -rf $DEST/page/alert.mp3
# rm -rf $DEST/page/alert.ogg
echo "cp tms-frontend to tms"
cp -rf $SRC/scripts $DEST/page
cp -rf $SRC/index.html $DEST/page
cp -rf $SRC/blog.html $DEST/page
cp -rf $SRC/gantt $DEST/page
# cp -rf alert.mp3 $DEST/page
# cp -rf alert.ogg $DEST/page
# cp -rf $SRC/font-awesome.min.css $DEST/page
# cp -rf $SRC/fonts $DEST/page
echo "build end"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/panlijie/tms-frontend.git
git@gitee.com:panlijie/tms-frontend.git
panlijie
tms-frontend
tms-frontend
master

搜索帮助