From bc325c36c56a16afae8850cbb2d76195cefe4006 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 10 Apr 2015 14:02:24 -0700 Subject: [PATCH] Exclude bootstrap/less from build --- build/tasks/prebuild-less-task.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/build/tasks/prebuild-less-task.coffee b/build/tasks/prebuild-less-task.coffee index 58f5138a1..2fa5f16db 100644 --- a/build/tasks/prebuild-less-task.coffee +++ b/build/tasks/prebuild-less-task.coffee @@ -18,6 +18,7 @@ module.exports = (grunt) -> bootstrapCss = lessCache.readFileSync(bootstrapLessPath) grunt.file.write(bootstrapCssPath, bootstrapCss) rm(bootstrapLessPath) + rm(path.join(appDir, 'node_modules', 'bootstrap', 'less')) grunt.registerMultiTask 'prebuild-less', 'Prebuild cached of compiled LESS files', -> prebuiltConfigurations = [