fixed less grunt watch

pull/3113/head
Keivan Beigi 11 years ago
parent 1f7d57c2c2
commit e3916d5fc8

@ -60,8 +60,6 @@ module.exports = function (grunt) {
dest: destContent + 'bootstrap.css' dest: destContent + 'bootstrap.css'
}, },
general : { general : {
files: [
{
expand :true, expand :true,
src : [ src : [
'UI/Content/base.less', 'UI/Content/base.less',
@ -76,8 +74,6 @@ module.exports = function (grunt) {
dest : outputRoot, dest : outputRoot,
ext: '.css' ext: '.css'
} }
]
}
}, },
handlebars: { handlebars: {
@ -143,7 +139,7 @@ module.exports = function (grunt) {
tasks: ['less:bootstrap','less:general'] tasks: ['less:bootstrap','less:general']
}, },
generalLess: { generalLess: {
files: '<%= less.general.files[0].src %>', files: ['UI/**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**'],
tasks: ['less:general'] tasks: ['less:general']
}, },
handlebars : { handlebars : {

Loading…
Cancel
Save