0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

grunt now watch files in all folders/subfolders

This commit is contained in:
Michael J. 2014-07-31 10:21:56 +08:00
parent fc1db2e74b
commit 0c03d0c273

View File

@ -359,7 +359,7 @@ module.exports = function (grunt) {
tasks: ['jshint:test', 'qunit']
},
less: {
files: 'less/*.less',
files: 'less/**/*.less',
tasks: 'less'
}
},