Skip to content

Commit

Permalink
Merge pull request #21 from lightingbeetle/dev
Browse files Browse the repository at this point in the history
fix watch task not listening *.pug files
  • Loading branch information
adammockor authored Nov 10, 2016
2 parents 884b5c8 + da86e32 commit 9c3049c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/gulp/tasks/_watch.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ var reload = require('./browserSync.js').reload;

gulp.task('watch', 'Watch source files', function () {
gulp.watch(config.watch.styles, ['styles']);
gulp.watch(config.watch.jade, ['templates', reload]);
gulp.watch(config.watch.pug, ['templates', reload]);
gulp.watch(config.watch.scripts, ['scripts', reload]);
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-lb",
"version": "4.0.0",
"version": "4.0.1",
"description": "Lighting Beetle static website/templates generator",
"license": "WTFPL",
"repository": "https://github.com/lightingbeetle/generator-lb",
Expand Down

0 comments on commit 9c3049c

Please sign in to comment.