From: kirkstrobeck Date: Thu, 28 May 2015 01:28:45 +0000 (-0700) Subject: nnnick/Chart.js#1140: Watch sample folder X-Git-Tag: v1.1.0~27^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1141%2Fhead;p=thirdparty%2FChart.js.git nnnick/Chart.js#1140: Watch sample folder --- 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); });