Updated ckeditor

This commit is contained in:
RainLoop Team 2015-01-27 23:41:11 +04:00
parent aa84077ac4
commit 965ea317e4
514 changed files with 3679 additions and 7678 deletions

View file

@ -411,7 +411,6 @@ gulp.task('ckeditor:copy', ['ckeditor:clear'], function() {
});
gulp.task('ckeditor:copy-plugins', ['ckeditor:copy'], function() {
return true;
return gulp.src('vendors/ckeditor-plugins/**/*')
.pipe(gulp.dest('rainloop/v/' + cfg.devVersion + '/static/ckeditor/plugins'));
});