mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
🐎 Precompile bootstrap.less
A regression occurred where bootstrap.less was not being precompiled adding 200-300ms to startup since it was recompiled each time.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
* Fixed: Precompile bootstrap.less for faster startup
|
||||
|
||||
* Fixed: Save sometimes failing from an editor that was split
|
||||
* Fixed: Search results not appearing when set to exclude ignores
|
||||
|
||||
|
||||
@@ -40,6 +40,7 @@ module.exports = (grunt) ->
|
||||
'src/**/*.less'
|
||||
'static/**/*.less'
|
||||
'themes/**/*.less'
|
||||
'vendor/bootstrap/less/bootstrap.less'
|
||||
]
|
||||
dest: appDir
|
||||
ext: '.css'
|
||||
|
||||
Reference in New Issue
Block a user