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 e15e242 commit 3b03660Copy full SHA for 3b03660
gulpfile.js
@@ -361,7 +361,7 @@ function proxyServeDart() {
361
362
// ------------------
363
// web servers
364
-gulp.task('serve.js.dev', ['build.js.dev'], function(neverDone) {
+gulp.task('serve.js.dev', ['build.js'], function(neverDone) {
365
watch('modules/**', { ignoreInitial: true }, '!broccoli.js.dev');
366
jsServeDev();
367
});
0 commit comments