Commit f91071bc authored by Chris Rebert's avatar Chris Rebert

Bump grunt-contrib-cssmin to ~0.11.0

parent f149e430
...@@ -224,7 +224,7 @@ module.exports = function (grunt) { ...@@ -224,7 +224,7 @@ module.exports = function (grunt) {
options: { options: {
compatibility: 'ie8', compatibility: 'ie8',
keepSpecialComments: '*', keepSpecialComments: '*',
noAdvanced: true advanced: false
}, },
minifyCore: { minifyCore: {
src: 'dist/css/<%= pkg.name %>.css', src: 'dist/css/<%= pkg.name %>.css',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment