Skip to content
Snippets Groups Projects
Commit 5b87c4c2 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[enh] Try to use "min" files, in release

parent 77d9883b
No related branches found
No related tags found
No related merge requests found
Pipeline #8454 failed
...@@ -579,7 +579,7 @@ function webCleanUnusedFiles() { ...@@ -579,7 +579,7 @@ function webCleanUnusedFiles() {
// Clean plugins JS + CSS // Clean plugins JS + CSS
gulp.src(wwwPath + '/plugins/**/*.js', {read: false}) gulp.src(wwwPath + '/plugins/**/*.js', {read: false})
.pipe(clean()), .pipe(clean()),
gulp.src(wwwPath + '/plugins/**/*.css', {read: false}), gulp.src(wwwPath + '/plugins/**/*.css', {read: false})
.pipe(clean()), .pipe(clean()),
// Unused maps/config.js.map // Unused maps/config.js.map
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment