Exclude bootstrap/less from build

This commit is contained in:
Kevin Sawicki
2015-04-10 14:02:24 -07:00
parent 2fcf5d6248
commit bc325c36c5

View File

@@ -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 = [