We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d9883 commit 5b87c4cCopy full SHA for 5b87c4c
gulpfile.js
@@ -579,7 +579,7 @@ function webCleanUnusedFiles() {
579
// Clean plugins JS + CSS
580
gulp.src(wwwPath + '/plugins/**/*.js', {read: false})
581
.pipe(clean()),
582
- gulp.src(wwwPath + '/plugins/**/*.css', {read: false}),
+ gulp.src(wwwPath + '/plugins/**/*.css', {read: false})
583
584
585
// Unused maps/config.js.map
0 commit comments