Skip to content

Commit 5b87c4c

Browse files
committed
[enh] Try to use "min" files, in release
1 parent 77d9883 commit 5b87c4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ function webCleanUnusedFiles() {
579579
// Clean plugins JS + CSS
580580
gulp.src(wwwPath + '/plugins/**/*.js', {read: false})
581581
.pipe(clean()),
582-
gulp.src(wwwPath + '/plugins/**/*.css', {read: false}),
582+
gulp.src(wwwPath + '/plugins/**/*.css', {read: false})
583583
.pipe(clean()),
584584

585585
// Unused maps/config.js.map

0 commit comments

Comments
 (0)