Skip to content

Commit 3b03660

Browse files
committed
fix(build): Fix serve.js.dev to build bundles
Closes angular#4700
1 parent e15e242 commit 3b03660

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
@@ -361,7 +361,7 @@ function proxyServeDart() {
361361

362362
// ------------------
363363
// web servers
364-
gulp.task('serve.js.dev', ['build.js.dev'], function(neverDone) {
364+
gulp.task('serve.js.dev', ['build.js'], function(neverDone) {
365365
watch('modules/**', { ignoreInitial: true }, '!broccoli.js.dev');
366366
jsServeDev();
367367
});

0 commit comments

Comments
 (0)