mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 11:10:23 +00:00
Merge pull request #14290 from michaeljayt/patch-1
grunt now watch files in all folders/subfolders
This commit is contained in:
commit
d38fd028d6
1 changed files with 1 additions and 1 deletions
|
|
@ -359,7 +359,7 @@ module.exports = function (grunt) {
|
|||
tasks: ['jshint:test', 'qunit']
|
||||
},
|
||||
less: {
|
||||
files: 'less/*.less',
|
||||
files: 'less/**/*.less',
|
||||
tasks: 'less'
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue