mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Updated: ckeditor
This commit is contained in:
parent
7b5d00ff01
commit
52dcd44036
266 changed files with 4500 additions and 12312 deletions
|
|
@ -527,7 +527,7 @@ gulp.task('ckeditor:clear', function() {
|
|||
});
|
||||
|
||||
gulp.task('ckeditor:copy', ['ckeditor:clear'], function() {
|
||||
return gulp.src('vendors/ckeditor/**/*')
|
||||
return gulp.src(['vendors/ckeditor/**/*', '!vendors/ckeditor/samples{,/**}', '!vendors/ckeditor/adapters{,/**}', '!vendors/ckeditor/*.md'])
|
||||
.pipe(gulp.dest('rainloop/v/' + cfg.devVersion + '/static/ckeditor'));
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue