]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Turn off clean-css' advanced optimizations.
authorXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 24 Jun 2014 15:57:33 +0000 (18:57 +0300)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Tue, 24 Jun 2014 16:01:40 +0000 (19:01 +0300)
commit25ca51319b016bc4e42e1ba882d6f191e001d65d
tree059d9f12e2a4a48fe5ea8fa2ee3065415aedf9e5
parentdc7da296e4f658a32c618b9b01bb00645c272be8
Turn off clean-css' advanced optimizations.

Works around #13914.

We might give it another go in the future but the stuff this breaks over the time does not justify having it enabled. The gain in size is negligible:

dist/css/bootstrap.min.css: 108.65 kB → 109.5 kB
dist/css/bootstrap-theme.min.css: 18.84 kB → 18.86 kB
docs/assets/css/docs.min.css: 20.44 kB → 20.61 kB
Gruntfile.js