mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-25 04:12:55 +01:00
Update grunt-contrib-cssmin.
This commit is contained in:
parent
00b3b8b0b8
commit
db32afe6cf
@ -195,7 +195,7 @@ module.exports = function (grunt) {
|
|||||||
keepSpecialComments: '*',
|
keepSpecialComments: '*',
|
||||||
noAdvanced: true, // turn advanced optimizations off until the issue is fixed in clean-css
|
noAdvanced: true, // turn advanced optimizations off until the issue is fixed in clean-css
|
||||||
report: 'min',
|
report: 'min',
|
||||||
selectorsMergeMode: 'ie8'
|
compatibility: 'ie8'
|
||||||
},
|
},
|
||||||
src: [
|
src: [
|
||||||
'docs/assets/css/docs.css',
|
'docs/assets/css/docs.css',
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
"grunt-contrib-connect": "~0.6.0",
|
"grunt-contrib-connect": "~0.6.0",
|
||||||
"grunt-contrib-copy": "~0.5.0",
|
"grunt-contrib-copy": "~0.5.0",
|
||||||
"grunt-contrib-csslint": "~0.2.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-jade": "~0.10.0",
|
||||||
"grunt-contrib-jshint": "~0.8.0",
|
"grunt-contrib-jshint": "~0.8.0",
|
||||||
"grunt-contrib-less": "~0.9.0",
|
"grunt-contrib-less": "~0.9.0",
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user