Closed (fixed)
Project:
Views cycle
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2009 at 22:23 UTC
Updated:
8 Sep 2009 at 23:10 UTC
Here's a patch to enable drush to download the jquery file so that developers don't have to do it manually.
| Comment | File | Size | Author |
|---|---|---|---|
| views_cycle-drush.patch | 1.78 KB | eabrand |
Comments
Comment #1
Crell commentedThis did not actually work, as it assumed the original filename and local filename are the same. They are not, as stated in the README file. The code therefore broke trying to rename the file. Proper testing would have revealed that.
I fixed that up and incorporated the feedback from #555218: Drush Support as well, then committed it.