Commit d38fd028 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #14290 from michaeljayt/patch-1

grunt now watch files in all folders/subfolders
parents fc1db2e7 0c03d0c2
......@@ -359,7 +359,7 @@ module.exports = function (grunt) {
tasks: ['jshint:test', 'qunit']
},
less: {
files: 'less/*.less',
files: 'less/**/*.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