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 ce2f147 commit 86e3618Copy full SHA for 86e3618
gulpfile.js
@@ -107,10 +107,7 @@ function buildScript() {
107
.pipe($.if(config.isProd, $.rename({
108
suffix: '.min'
109
})))
110
- .pipe($.size({
111
- title: browserifyDefaults.bundleName + ': '
112
- }))
113
- .pipe(gulp.dest(browserifyDefaults.dest))
+ .pipe($.if(config.isProd, gulp.dest(browserifyDefaults.dest)))
114
.pipe($.if(browserSync.active, browserSync.stream()));
115
}
116
0 commit comments