run less:general when bootstrap/fontawsome is changed

pull/6/head
Keivan Beigi 11 years ago
parent f40d1013b0
commit 58ce73194f

@ -120,7 +120,7 @@ module.exports = function (grunt) {
}, },
bootstrap : { bootstrap : {
files: ['UI/**/Bootstrap/**', 'UI/**/FontAwesome/**'], files: ['UI/**/Bootstrap/**', 'UI/**/FontAwesome/**'],
tasks: ['less:bootstrap'] tasks: ['less:bootstrap','less:general']
}, },
generalLess: { generalLess: {
files: ['UI/**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**'], files: ['UI/**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**'],

Loading…
Cancel
Save