mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-10 08:30:48 +01:00
Fix per problemi di compressione JS
This commit is contained in:
parent
ea700d360a
commit
e05bd4d0d5
@ -136,7 +136,7 @@ const JS = gulp.parallel(() => {
|
||||
})
|
||||
.pipe(babel(config.babelOptions))
|
||||
.pipe(concat('app.min.js'))
|
||||
.pipe(gulpIf(!config.debug, minifyJS()))
|
||||
.pipe(gulpIf(!config.debug, minifyJS({compress:false})))
|
||||
.pipe(gulp.dest(config.production + '/' + config.paths.js));
|
||||
}, srcJS);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user