1 Star 0 Fork 4

root / pl-log-notic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 784 Bytes
一键复制 编辑 原始数据 按行查看 历史
庵中十三居士 提交于 2020-10-03 17:38 . 任务列表页面构建成功
all:webpage/public/index.html pladmin/pltplconf/templates/pltplconf/index.html
webpage/public/index.html:webpage/page webpage/package.json webpage/tsconfig.json webpage/webpack.config.js
cd webpage && npm run build
pladmin/pltplconf/templates/pltplconf/index.html:webpage/public/index.html
rm -rf pladmin/pltplconf/templates && mkdir -p pladmin/pltplconf/templates && rm -rf pladmin/pltplconf/static && cp -r webpage/public pladmin/pltplconf/templates/pltplconf && mv pladmin/pltplconf/templates/pltplconf/static pladmin/pltplconf/static && python3 replace_static.py pladmin/pltplconf/templates/pltplconf/index.html
.PHONLY:clean
clean:
rm -f webpage/public/index.html && rm -fr webpage/public/static && rm -rf pladmin/pltplconf/templates && rm -rf pladmin/pltplconf/static
Python
1
https://gitee.com/wjbjwang/pl-log-notic.git
git@gitee.com:wjbjwang/pl-log-notic.git
wjbjwang
pl-log-notic
pl-log-notic
master

搜索帮助