From 58ce73194fd6293a0c519a8f22984bccdb0e9371 Mon Sep 17 00:00:00 2001 From: Keivan Beigi Date: Tue, 25 Jun 2013 17:34:50 -0700 Subject: [PATCH] run less:general when bootstrap/fontawsome is changed --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a61000073..049f1ef50 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -120,7 +120,7 @@ module.exports = function (grunt) { }, bootstrap : { files: ['UI/**/Bootstrap/**', 'UI/**/FontAwesome/**'], - tasks: ['less:bootstrap'] + tasks: ['less:bootstrap','less:general'] }, generalLess: { files: ['UI/**/*.less', '!**/Bootstrap/**', '!**/FontAwesome/**'],