From 956808ecd710261335f8bb9a94c6f39ddc404cd4 Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Thu, 27 Aug 2015 10:20:55 -0700 Subject: [PATCH] make manifest modifying tasks linear Fix for malformed manifest file --- gulpfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index e4c1fb3151..7ba2066df0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -174,7 +174,7 @@ gulp.task('serve', function(cb) { }); }); -gulp.task('sync', ['serve'], function() { +gulp.task('sync', ['serve', 'js', 'less', 'dependents'], function() { sync.init(null, { proxy: 'http://localhost:3000', logLeval: 'debug', @@ -199,7 +199,7 @@ gulp.task('lint-json', function() { gulp.task('test-challenges', ['lint-json']); -gulp.task('less', function() { +gulp.task('less', ['js'], function() { return gulp.src(paths.less) .pipe(plumber({ errorHandler: errorHandler })) // copile