diff --git a/CHANGELOG.md b/CHANGELOG.md index a248a9e38..16180bbcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 96b46f1e1..12ce369bb 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -40,6 +40,7 @@ module.exports = (grunt) -> 'src/**/*.less' 'static/**/*.less' 'themes/**/*.less' + 'vendor/bootstrap/less/bootstrap.less' ] dest: appDir ext: '.css'