1 Star 0 Fork 30

wanglingzhi20/tms-landing

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

搜索帮助