1 Star 0 Fork 217

cc / ueditor-plus

forked from modstart-lib / ueditor-plus 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
prepare:
cnpm install
build:
rm -rfv ./dist/; \
rm -rfv ./dist-min/; \
grunt default --force; \
node ./scripts/postBuild.js; \
uglifyjs -o dist-min/ueditor.all.js dist/ueditor.all.js;
build_for_modstart: build
rm -rfv ../../vendor/modstart/modstart/asset/vendor/ueditor/; \
rm -rfv ../../vendor/modstart/modstart/resources/asset/src/vendor/ueditor/; \
cp -av dist ../../vendor/modstart/modstart/resources/asset/src/vendor/ueditor; \
rm -rfv ../../vendor/modstart/modstart/resources/asset/src/vendor/ueditor/index.html; \
rm -rfv ../../vendor/modstart/modstart/resources/asset/src/vendor/ueditor/ueditor.parse.js; \
mv ../../vendor/modstart/modstart/resources/asset/src/vendor/ueditor/themes/iframe.css ../../vendor/modstart/modstart/resources/asset/src/vendor/ueditor/themes/iframe.less; \
echo '@import "./../../../sui/bricks/component/html/html"; ' >> ../../vendor/modstart/modstart/resources/asset/src/vendor/ueditor/themes/iframe.less; \
cd ../../vendor/modstart/modstart/resources/asset; \
gulp; \
webpack; \
echo "SUCCESS"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cc1234abc/ueditor-plus.git
git@gitee.com:cc1234abc/ueditor-plus.git
cc1234abc
ueditor-plus
ueditor-plus
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891