From 8db79ae365cd212045c3f11701dd9665eb4b4db1 Mon Sep 17 00:00:00 2001 From: kirkstrobeck Date: Wed, 27 May 2015 18:28:45 -0700 Subject: [PATCH] nnnick/Chart.js#1140: Watch sample folder --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 20fe90141..ddf4fdad7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -122,7 +122,7 @@ gulp.task('watch', function(){ livereload.changed(evt.path); }; - gulp.watch('Chart.js', reloadPage); + gulp.watch(['Chart.js', 'samples/*'], reloadPage); }); -- 2.47.2