🐎 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:
Kevin Sawicki
2013-09-05 15:37:34 -07:00
parent e18674598f
commit 1643f1702b
2 changed files with 3 additions and 0 deletions

View File

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

View File

@@ -40,6 +40,7 @@ module.exports = (grunt) ->
'src/**/*.less'
'static/**/*.less'
'themes/**/*.less'
'vendor/bootstrap/less/bootstrap.less'
]
dest: appDir
ext: '.css'