diff --git a/gulpfile.js b/gulpfile.js index 7780b9220..5256b426d 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -140,11 +140,13 @@ gulp.task('ckeditor-plugins', function () { path.join('bower_components', 'ckeditor', 'plugins', 'find', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'image', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'justify', '**', '*'), + path.join('bower_components', 'ckeditor', 'plugins', 'link', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'liststyle', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'magicline', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'pastefromword', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'panelbutton', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'showblocks', '**', '*'), + path.join('bower_components', 'ckeditor', 'plugins', 'specialchar', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'sourcedialog', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'table', '**', '*'), path.join('bower_components', 'ckeditor', 'plugins', 'tabeltools', '**', '*'),