Use grunt-contrib-mincss ~0.3.1
authorJosh Nichols <josh@technicalpickles.com>
Mon, 12 Nov 2012 22:09:06 +0000 (17:09 -0500)
committerJosh Nichols <josh@technicalpickles.com>
Mon, 12 Nov 2012 22:09:06 +0000 (17:09 -0500)
Was at ~0.3.2, but doesn't seem to have been released properly.

package.json

index c491a9a70a87083d77d5f05a76a0eee9cb1643de..44289a27daf950d08d6235aade6ff54bb18fdb2e 100644 (file)
@@ -22,6 +22,6 @@
                "mustache" : "~0.4.0"
        },
        "devDependencies": {
-               "grunt-contrib-mincss": "~0.3.2"
+               "grunt-contrib-mincss": "~0.3.1"
        }
 }