2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Merge pull request #14290 from michaeljayt/patch-1

grunt now watch files in all folders/subfolders
This commit is contained in:
Chris Rebert
2014-07-30 20:07:27 -07:00
+1 -1
View File
@@ -359,7 +359,7 @@ module.exports = function (grunt) {
tasks: ['jshint:test', 'qunit']
},
less: {
files: 'less/*.less',
files: 'less/**/*.less',
tasks: 'less'
}
},