feat(build): build demos on html change in components

This commit is contained in:
Max Lynch
2015-03-21 00:07:24 -05:00
parent 4b339e2fca
commit e77c773b8c

View File

@ -26,7 +26,7 @@ gulp.task('watch', ['default'], function() {
var serveStatic = require('serve-static');
var port = 9000;
gulp.watch(buildConfig.src.html, ['html']);
gulp.watch(buildConfig.src.html, ['html', 'demo']);
gulp.watch(buildConfig.src.js, ['js']);
gulp.watch(buildConfig.src.scss, ['sass']);
gulp.watch(buildConfig.src.playgroundJs, ['playgroundJs']);