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.

CommentFileSizeAuthor
jquerymobile.drush_.updates.patch3.68 KBspotzero

Comments

jasonsavino’s picture

Status: Active » Needs work

For 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?

minoroffense’s picture

Assigned: Unassigned » minoroffense
kscheirer’s picture

Assigned: minoroffense » Unassigned
Status: Needs work » Closed (won't fix)

I think we should just use drush make instead of downloading ourselves.