From 845adcc8d69473089bdedbbc1babaee705da516e Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 4 Feb 2016 15:57:32 -0600 Subject: [PATCH] chore(demos): build demos before watching --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f8099aa0dc..07498c6328 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -431,7 +431,7 @@ gulp.task('tests', function() { /** * Demos */ -gulp.task('watch.demos', function() { +gulp.task('watch.demos', ['demos'], function() { watch('demos/**/*', function() { gulp.start('demos'); });