|
|
@ -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/**'],
|
|
|
|