mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
Downgrade grunt-contrib-cssmin to v0.6.x which uses clean-css v1.x
grunt-conrib-cssmin v0.7.x uses clean-css v2.x which adds "advanced" options which totally borked the Pure v0.4.0 release. **Note to self:** If I ever write a trivial Grunt plugin that wraps some dependency, tie their version releases to the same slot, e.g. bump the major version number if the dependency's major version number changes.
This commit is contained in:
parent
a99ea2910c
commit
828ff53587
@ -115,7 +115,7 @@ grunt.initConfig({
|
||||
|
||||
cssmin: {
|
||||
options: {
|
||||
// report: 'gzip'
|
||||
noAdvanced: true
|
||||
},
|
||||
|
||||
files: {
|
||||
|
@ -10,7 +10,7 @@
|
||||
"bower": "~1.2.5",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-cli": "~0.1.9",
|
||||
"grunt-contrib-cssmin": "~0.7.0",
|
||||
"grunt-contrib-cssmin": "~0.6.0",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user