mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Compile bootstrap before prebuilding cache
This commit is contained in:
@@ -21,6 +21,8 @@ module.exports = (grunt) ->
|
||||
rm(path.join(appDir, 'node_modules', 'bootstrap', 'less'))
|
||||
|
||||
grunt.registerMultiTask 'prebuild-less', 'Prebuild cached of compiled LESS files', ->
|
||||
compileBootstrap()
|
||||
|
||||
prebuiltConfigurations = [
|
||||
['atom-dark-ui', 'atom-dark-syntax']
|
||||
['atom-dark-ui', 'atom-light-syntax']
|
||||
@@ -94,5 +96,3 @@ module.exports = (grunt) ->
|
||||
for file in themeMains
|
||||
grunt.verbose.writeln("File #{file.cyan} created in cache.")
|
||||
cssForFile(file)
|
||||
|
||||
compileBootstrap()
|
||||
|
||||
Reference in New Issue
Block a user