Commit 0c03d0c2 authored by Michael J's avatar Michael J

grunt now watch files in all folders/subfolders

parent fc1db2e7
...@@ -359,7 +359,7 @@ module.exports = function (grunt) { ...@@ -359,7 +359,7 @@ module.exports = function (grunt) {
tasks: ['jshint:test', 'qunit'] tasks: ['jshint:test', 'qunit']
}, },
less: { less: {
files: 'less/*.less', files: 'less/**/*.less',
tasks: 'less' tasks: 'less'
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment