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
This commit is contained in:
Andrew Nacin 2013-12-04 16:38:38 +00:00
parent 4e8477ed8c
commit 1ae2cf0efb
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}