diff --git a/bug.php b/bug.php index 8a561e1c0..a184885c4 100644 --- a/bug.php +++ b/bug.php @@ -3,7 +3,7 @@ include_once __DIR__.'/core.php'; $pageTitle = 'Bug'; -$jscript_modules[] = $js.'/ckeditor.js'; +$jscript_modules[] = $js.'/ckeditor/ckeditor.js'; if (filter('op') == 'send') { // Preparazione email diff --git a/gulpfile.js b/gulpfile.js index d23d3d325..ca20cf453 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -180,14 +180,14 @@ gulp.task('srcFonts', function () { gulp.task('ckeditor', function () { gulp.src([ - config.main.bowerDirectory + '/ckeditor/{adapters,lang,skins}/**/*', + config.main.bowerDirectory + '/ckeditor/{adapters,lang,skins,plugins}/**/*.{js,json,css,png}', ]) - .pipe(gulp.dest(config.production + '/' + config.paths.js)); + .pipe(gulp.dest(config.production + '/' + config.paths.js + '/ckeditor')); gulp.src([ - config.main.bowerDirectory + '/ckeditor/{ckeditor,styles}.js', + config.main.bowerDirectory + '/ckeditor/*.{js,css}', ]) - .pipe(gulp.dest(config.production + '/' + config.paths.js)); + .pipe(gulp.dest(config.production + '/' + config.paths.js + '/ckeditor')); }); gulp.task('colorpicker', function () { diff --git a/modules/emails/edit.php b/modules/emails/edit.php index 3a132aa3e..fa051c824 100644 --- a/modules/emails/edit.php +++ b/modules/emails/edit.php @@ -3,7 +3,7 @@ include_once __DIR__.'/../../core.php'; echo ' -'; +'; ?>