Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tinymce的bundle命令语法错误 #4

Open
donaldtone opened this issue Apr 4, 2019 · 0 comments · May be fixed by #5
Open

tinymce的bundle命令语法错误 #4

donaldtone opened this issue Apr 4, 2019 · 0 comments · May be fixed by #5

Comments

@donaldtone
Copy link

Bundle themes and plugins into a single file
grunt bundle --themes modern --plugins table,paste

Minifies the core, adds the modern theme and adds the table and paste plugin into tinymce.min.js.

以上的语法是错的,缺了=号。
正确的如下:
grunt bundle --themes=modern --plugins=table,paste

同样leanote的grunt命令也错了。

打包成一个

grunt bundle --themes leanote --plugins autolink,link,leaui_image,leaui_mindmap,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor

需要改为
grunt bundle --themes=leanote --plugins= autolink,link,leaui_image,leaui_mindmap,lists,hr,paste,searchreplace,leanote_nav,leanote_code,tabfocus,table,directionality,textcolor

@wiselike wiselike linked a pull request Oct 17, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant