102 Star 1.2K Fork 249

GVPmodstart-lib/ueditor-plus

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 990 Bytes
一键复制 编辑 原始数据 按行查看 历史
MZ 提交于 2024-07-08 15:30 . feat: build
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; \
echo "SUCCESS"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/modstart-lib/ueditor-plus.git
git@gitee.com:modstart-lib/ueditor-plus.git
modstart-lib
ueditor-plus
ueditor-plus
master

搜索帮助