Skip to content

Commit

Permalink
Update Gruntfile to watch LESS files in /scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
skoolbus39 committed Jan 14, 2016
1 parent c8ce430 commit a9ac96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ module.exports = function (grunt) {

watch: {
less: {
files: templateLess + '/**/*.less',
tasks: ['less:all']
files: [templateLess + '/**/*.less', templateJs + '/js-css/*.less'],
tasks: ['less']
},
js: {
files: [templateJs + '/**/*.js', '!' + templateCompileJs + '/**/*.js'],
Expand Down

0 comments on commit a9ac96b

Please sign in to comment.