Commit d38fd028 authored by Chris Rebert's avatar Chris Rebert
Browse files

Merge pull request #14290 from michaeljayt/patch-1

grunt now watch files in all folders/subfolders
parents fc1db2e7 0c03d0c2
4 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples
Showing with 1 addition and 1 deletion
+1 -1
......@@ -359,7 +359,7 @@ module.exports = function (grunt) {
tasks: ['jshint:test', 'qunit']
},
less: {
files: 'less/*.less',
files: 'less/**/*.less',
tasks: 'less'
}
},
......
Supports Markdown
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