From 482a3a7c8a79590b7d8b9312befcd7702f542c7e Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 15 Aug 2014 16:30:21 +0000 Subject: [PATCH] Temporarily switch to a pinned version of grunt-cssjanus. This in turn temporarily pins cssjanus to a patched fork. fixes #29038. git-svn-id: https://develop.svn.wordpress.org/trunk@29505 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0606d9fbd9..275848b468 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "grunt-contrib-qunit": "~0.5.2", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-watch": "~0.6.1", - "grunt-cssjanus": "~0.2.2", + "grunt-cssjanus": "git://github.com/ocean90/grunt-cssjanus.git#97c43554ff7a86e2ff414d34e66725b05118bf10", "grunt-jsvalidate": "~0.2.2", "grunt-legacy-util": "^0.2.0", "grunt-patch-wordpress": "~0.2.1",