Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <code@rebertia.com>2014-12-29 06:58:29 +0300
committerChris Rebert <code@rebertia.com>2014-12-29 06:58:29 +0300
commitf91071bc1bb0cb0999739d62dd46d18727312165 (patch)
tree377c1ed4f11d4eb1f79e09a31caaff2e72526b77 /Gruntfile.js
parentf149e4309add96394ed072265cca84aabd623649 (diff)
Bump grunt-contrib-cssmin to ~0.11.0
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 9cd42e9c80..ca6bed5f1b 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -224,7 +224,7 @@ module.exports = function (grunt) {
options: {
compatibility: 'ie8',
keepSpecialComments: '*',
- noAdvanced: true
+ advanced: false
},
minifyCore: {
src: 'dist/css/<%= pkg.name %>.css',