From: Mark Otto Date: Mon, 23 Dec 2013 05:18:45 +0000 (-0800) Subject: Revert to CSScomb 1.1.0 because 1.2.0 and 1.2.1 fuck up our compiled CSS X-Git-Tag: v3.1.0~136^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb7cdd0c0565f2872ef46fdc55b956aeb270e346;p=thirdparty%2Fbootstrap.git Revert to CSScomb 1.1.0 because 1.2.0 and 1.2.1 fuck up our compiled CSS --- diff --git a/package.json b/package.json index 9d00cc318d..64f7b5e46f 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "grunt-contrib-qunit": "~0.3.0", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3", - "grunt-csscomb": "~1.2.1", + "grunt-csscomb": "~1.1.0", "grunt-html-validation": "~0.1.12", "grunt-jekyll": "~0.4.0", "grunt-jscs-checker": "~0.2.6",