mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Update grunt-contrib-cssmin.
This commit is contained in:
parent
00b3b8b0b8
commit
db32afe6cf
3 changed files with 3 additions and 3 deletions
|
@ -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',
|
||||
|
|
|
@ -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
Loading…
Reference in a new issue