Closed (fixed)
Project:
HeadJS
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Apr 2011 at 04:11 UTC
Updated:
19 Apr 2011 at 11:36 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drush_make_library-1131414.patch | 409 bytes | brianfisher |
Comments
Comment #1
brianfisher commenteda 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
Comment #2
alexweber commentedPatch looks good, applied in dev version!
Comment #3
alexweber commentedthis has been included in 1.1 along with an example makefile!