I don't see any way to include the required libraries for this module into a site built with drush make, outside of hosting a copy of the library myself. If I pull the library from the git repo, the desired files get placed in libraries/dist/ and the module can't find them. Drush make can't download both files individually and place them in the same directory.

CommentFileSizeAuthor
#1 drush_make_library-1131414.patch409 bytesbrianfisher

Comments

brianfisher’s picture

StatusFileSize
new409 bytes

a simple patch to look for library in libraries/headjs/dist in case library downloaded from git repo. This would allow using a drush make file containing

projects[headjs][type] = module
libraries[headjs][download][type] = git
libraries[headjs][download][url] = https://github.com/headjs/headjs.git
libraries[headjs][download][tag] = v0.9
alexweber’s picture

Assigned: Unassigned » alexweber
Status: Active » Needs review

Patch looks good, applied in dev version!

alexweber’s picture

Version: 6.x-1.0 » 6.x-1.1
Status: Needs review » Closed (fixed)

this has been included in 1.1 along with an example makefile!