Closed (won't fix)
Project:
jQuery Mobile module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2012 at 20:52 UTC
Updated:
14 Oct 2013 at 22:11 UTC
Various functionality (like creating directories and moving/deleting files) exists in the Drush API, and the functionality for downloading libraries exists in the Drush API in Drush 5.x or in drush make. This patch update the jquerymobile drush command to use more of the Drush API functions, which will provide Windows support among other benefits.
| Comment | File | Size | Author |
|---|---|---|---|
| jquerymobile.drush_.updates.patch | 3.68 KB | spotzero |
Comments
Comment #1
jasonsavino commentedFor some reason the directories and files being created using this approach all result in a 403 error. It looks like the file permissions are incorrect. Can you address this?
Comment #2
minoroffense commentedComment #3
kscheirerI think we should just use drush make instead of downloading ourselves.