We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: