Skip to content

Commit 134ae7a

Browse files
authored
[Bug] Add nominify option to gulpfile
1 parent 7487c29 commit 134ae7a

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
@@ -1178,7 +1178,7 @@ gulp.task("watchSrcAction", function(callback) {
11781178
////////////////////////////////////////
11791179
gulp.task("buildOnly", function(callback) {
11801180
var tasks = ["compileCss", "compile", "bundle"];
1181-
if (argv.production) {
1181+
if (argv.production && !argv.nominify) {
11821182
tasks.push("minify");
11831183
}
11841184
tasks.push("export", "package", callback);

0 commit comments

Comments
 (0)