-
Notifications
You must be signed in to change notification settings - Fork 1
Drush Commands
Aaron McGowan edited this page Aug 9, 2013
·
3 revisions
It is a documented bug within drush that the --no-core option cannot be specified and execute a drupal-org.make file to download the contributed modules, libraries and themes outside of the installation root directory. The following command allows for the ImageX base installation profile's contrib items to be downloaded to the profiles/imagex/ path with the final destination directory being that of the specified $type/(project[*][subdir]).
drush make profiles/imagex/drupal-org.make ./ --no-core --contrib-destination=profiles/imagex
This command should only be used within development of the ImageX installation base. Remember not to commit the contrib modules to the GitHub repository.