Hi,
Unless I'm mistaken, Drush Make doesn't seem to be able to download files directly in the libraries directory (or I just don't know how to do it ;-)).
Would it be possible to reorganize files in sub-directories to allow scripted installation of this module?
Comments
Comment #1
blainelang commentedDoing a quick look at Drush Make, it appears there is an open issue for this: http://drupal.org/node/542940
One of the reasons, I thought we want to use /libraries is to allow other modules to share the same libraries. In filedepot's case, they may not be but re-used but possibly the jquery one could be.
Comment #2
simon georges commentedIt's totally understandable to use /libraries, but using libraries/html_encoder and librariers/jquery.blockui would allow us to download them with Drush Make using for example
(the issue is with having the files directly at the root of /libraries)
Comment #3
blainelang commentedI see, well this sounds perfectly reasonable.
Only issue I see is that making this change will break anyone's site if they upgrade or I need to test for both the base directory or the subdirectory and I'd prefer to not do that. We are still in beta so is moving the libraries an working option? (me wonders)
Comment #4
simon georges commentedRight now, it forces me to a gross "hack" in my installation profile (a system copy of the file into the right directory), so that would really help, but I understand your concerns about moving the file... Does anybody else have an opinion, or need this?
Comment #5
_timpatrick commented