Skip to content

Commit

Permalink
Merge pull request #3 from huyhong/master
Browse files Browse the repository at this point in the history
Fix `less-watch` not firing
  • Loading branch information
szwacz committed May 29, 2015
2 parents f45cc61 + 2090677 commit 76819da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ gulp.task('finalize', ['clean'], function () {
gulp.task('watch', function () {
gulp.watch(paths.jsCodeToTranspile, ['transpile-watch']);
gulp.watch(paths.toCopy, ['copy-watch']);
gulp.watch('*.less', ['less-watch']);
gulp.watch('app/stylesheets/**/*.less', ['less-watch']);
});


Expand Down

0 comments on commit 76819da

Please sign in to comment.