mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02:00
Bump grunt-contrib-cssmin to ~0.11.0
This commit is contained in:
@@ -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',
|
||||||
|
@@ -42,7 +42,7 @@
|
|||||||
"grunt-contrib-connect": "~0.9.0",
|
"grunt-contrib-connect": "~0.9.0",
|
||||||
"grunt-contrib-copy": "~0.7.0",
|
"grunt-contrib-copy": "~0.7.0",
|
||||||
"grunt-contrib-csslint": "~0.3.1",
|
"grunt-contrib-csslint": "~0.3.1",
|
||||||
"grunt-contrib-cssmin": "~0.10.0",
|
"grunt-contrib-cssmin": "~0.11.0",
|
||||||
"grunt-contrib-jade": "~0.14.0",
|
"grunt-contrib-jade": "~0.14.0",
|
||||||
"grunt-contrib-jshint": "~0.10.0",
|
"grunt-contrib-jshint": "~0.10.0",
|
||||||
"grunt-contrib-less": "~0.12.0",
|
"grunt-contrib-less": "~0.12.0",
|
||||||
|
Reference in New Issue
Block a user