Created
March 27, 2014 23:19
-
-
Save mpgeek/9821336 to your computer and use it in GitHub Desktop.
Build specific project or library from a project makefile.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd $PROJECT_ROOT/$PROFILE | |
# rebuild project | |
drush make --contrib-destination=. --no-core -y --projects=$PROJECT_LIST ./$PROFILE.make | |
# rebuild library | |
drush make --contrib-destination=. --no-core -y --libraries=$LIBRARY_LIST ./$PROFILE.make | |
# ${PROJECT|LIBRARY}_LIST can be comma-separated for multiples. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment