mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-23 20:30:51 +01:00
Fix assets per CKEditor
This commit is contained in:
parent
79536358cb
commit
bc096deaf3
@ -184,7 +184,8 @@ function srcFonts() {
|
||||
|
||||
function ckeditor() {
|
||||
return gulp.src([
|
||||
config.main.bowerDirectory + '/@ckeditor/ckeditor5-build-classic/build/**/*.{js,json,css,png}',
|
||||
config.main.bowerDirectory + '/ckeditor/{adapters,lang,skins,plugins}/**/*.{js,json,css,png}',
|
||||
config.main.bowerDirectory + '/ckeditor/*.{js,css}',
|
||||
])
|
||||
.pipe(gulp.dest(config.production + '/' + config.paths.js + '/ckeditor'));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user