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 7487c29 commit 134ae7aCopy full SHA for 134ae7a
gulpfile.js
@@ -1178,7 +1178,7 @@ gulp.task("watchSrcAction", function(callback) {
1178
////////////////////////////////////////
1179
gulp.task("buildOnly", function(callback) {
1180
var tasks = ["compileCss", "compile", "bundle"];
1181
- if (argv.production) {
+ if (argv.production && !argv.nominify) {
1182
tasks.push("minify");
1183
}
1184
tasks.push("export", "package", callback);
0 commit comments