1 Star 1 Fork 256

大维科技/ueditor-plus

forked from modstart-lib/ueditor-plus 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
Makefile 964 Bytes
Copy Edit Raw Blame History
MZ authored 2022-10-06 17:24 . feat: release 2.5.0
prepare:
cnpm install
build:
rm -rfv ./dist/; \
rm -rfv ./dist-min/; \
grunt default
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"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/changup/ueditor-plus.git
git@gitee.com:changup/ueditor-plus.git
changup
ueditor-plus
ueditor-plus
master

Search

0d507c66 1850385 C8b1a773 1850385