add themes for tinymce - they are needed for loading it

This commit is contained in:
Mads Rasmussen
2017-08-29 11:39:16 +02:00
parent 70231fcee2
commit 1307cb1173

View File

@@ -149,8 +149,10 @@ gulp.task('dependencies', function () {
//Tinymce
stream.add(
gulp.src("./bower_components/tinymce/plugins/**")
.pipe(gulp.dest(root + targets.lib + "/tinymce/plugins/"))
gulp.src(["./bower_components/tinymce/plugins/**",
"./bower_components/tinymce/themes/**"],
{ base: "./bower_components/tinymce/" })
.pipe(gulp.dest(root + targets.lib + "/tinymce"))
);
//font-awesome