Use path wildcard for Less watcher

This commit is contained in:
Carlos Rosquillas
2013-02-05 12:01:40 -08:00
parent acf0b7e554
commit 5defccb529

View File

@@ -60,7 +60,7 @@ module.exports = function(grunt) {
tasks: 'js'
},
css: {
files: ['assets/css/less/*.less', 'assets/css/less/bootstrap/*.less'],
files: ['assets/css/less/**/*.less'],
tasks: 'css'
}
}