-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels