mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Exclude bootstrap/less from build
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user