1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Fix minori

This commit is contained in:
Thomas Zilio
2019-08-02 16:53:37 +02:00
parent 395112245c
commit 2be5b69236
3 changed files with 14 additions and 10 deletions

View File

@@ -51,7 +51,7 @@ gulp.task('JS', function () {
debugging: config.debug,
}))
.pipe(concat('app.min.js'))
.pipe(minifyJS())
//.pipe(minifyJS())
.pipe(gulp.dest(config.production + '/' + config.paths.js));
gulp.start('srcJS');