Skip to content

Commit 1f2f146

Browse files
committed
fix: allineamento percorsi deprecati librerie
1 parent 7073318 commit 1f2f146

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gulpfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const CSS = gulp.parallel(() => {
197197
'sweetalert2/dist/sweetalert2.css',
198198
'toastr/build/toastr.min.css',
199199
'tooltipster/dist/css/tooltipster.bundle.css',
200-
'admin-lte/dist/css/AdminLTE.css',
200+
'admin-lte/dist/css/adminlte.css',
201201
'bootstrap/dist/css/bootstrap.min.css',
202202
'bootstrap-daterangepicker/daterangepicker.css',
203203
'datatables.net-bs/css/dataTables.bootstrap.css',
@@ -388,7 +388,7 @@ function srcFonts() {
388388
function ckeditor() {
389389

390390
const ckeditorCore = gulp.src([
391-
config.nodeDirectory + '/ckeditor4/{adapters,lang,skins,plugins,core}/**/*.{js,json,css,png,gif,html}',
391+
config.nodeDirectory + '/ckeditor4/{adapters,lang,skins,plugins}/**/*.{js,json,css,png,gif,html}',
392392
config.nodeDirectory + '/ckeditor4/*.{js,css}',
393393
])
394394
.pipe(gulp.dest(config.production + '/' + config.paths.js + '/ckeditor'));

0 commit comments

Comments
 (0)