From 1ae2cf0efb20a4c4e6d9b42a8503cce390cf03f6 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Wed, 4 Dec 2013 16:38:38 +0000 Subject: [PATCH] Temporarily switch to a pinned version of grunt-cssjanus. This in turn temporarily pins cssjanus to a patched fork. fixes #26181, #26182. git-svn-id: https://develop.svn.wordpress.org/trunk@26610 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6c49513a31..e836edf839 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "grunt-contrib-compress": "~0.5.2", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-jshint": "~0.7.0", - "grunt-cssjanus": "~0.1.0", + "grunt-cssjanus": "git://github.com/yoavf/grunt-cssjanus.git#e0158f4087d1c4bb5a8d1648a63ef133338b5879", "grunt-sass": "~0.8.0", "matchdep": "~0.1.2" }