Skip to content

tinymce的bundle命令语法错误 #4

@donaldtone

Description

@donaldtone

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions