Skip to content

Commit

Permalink
gulp: watch for css changes. Fix #57
Browse files Browse the repository at this point in the history
  • Loading branch information
bagage committed Nov 30, 2016
1 parent 86b7bc1 commit daa34d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ gulp.task('watch', function() {
remember.forget('scripts', event.path);
}
});
gulp.watch(paths.styles, ['styles']);
});

gulp.task('debug', function() {
Expand Down

0 comments on commit daa34d8

Please sign in to comment.