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 b58ddce commit 3d69f9dCopy full SHA for 3d69f9d
lib/cli.js
@@ -179,7 +179,7 @@ Cli.run = function run(processArgv) {
179
return Q.nfcall(gulp.start.bind(gulp), argv._[0] + ':after');
180
});
181
} else {
182
- if (/serve|build|run|emulate|upload/.test(cmdName)) {
+ if (/serve|build|run|emulate|upload/.test(cmdName) && argv.v2) {
183
console.warn('WARN: No gulpfile found!');
184
console.warn('If your app requires a build step, you may want to ensure it runs before ' + cmdName + '.\n');
185
}
0 commit comments