2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Update grunt-contrib-cssmin.

This commit is contained in:
XhmikosR
2014-02-18 07:28:27 +02:00
parent 00b3b8b0b8
commit db32afe6cf
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ module.exports = function (grunt) {
keepSpecialComments: '*',
noAdvanced: true, // turn advanced optimizations off until the issue is fixed in clean-css
report: 'min',
selectorsMergeMode: 'ie8'
compatibility: 'ie8'
},
src: [
'docs/assets/css/docs.css',
+1 -1
View File
@@ -34,7 +34,7 @@
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-cssmin": "~0.8.0",
"grunt-contrib-jade": "~0.10.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-less": "~0.9.0",
File diff suppressed because one or more lines are too long