]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
nnnick/Chart.js#1140: Watch sample folder 1141/head
authorkirkstrobeck <kirk@strobeck.com>
Thu, 28 May 2015 01:28:45 +0000 (18:28 -0700)
committerkirkstrobeck <kirk@strobeck.com>
Thu, 28 May 2015 01:28:45 +0000 (18:28 -0700)
gulpfile.js

index 20fe9014188b8b8c6aaf17e0ed5b2eaed2864ea9..ddf4fdad742c08920d947a677ed10a93fb5cdf51 100644 (file)
@@ -122,7 +122,7 @@ gulp.task('watch', function(){
          livereload.changed(evt.path);
        };
 
-       gulp.watch('Chart.js', reloadPage);
+       gulp.watch(['Chart.js', 'samples/*'], reloadPage);
 
 });