mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 15:19:52 +02:00
Merge pull request #14290 from michaeljayt/patch-1
grunt now watch files in all folders/subfolders
This commit is contained in:
@@ -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'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user