Created
November 10, 2016 05:34
-
-
Save nielsonm/871fc9d3fe8152a7c995aee288ce9d79 to your computer and use it in GitHub Desktop.
Drush make file intro
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
| core = 7.x | |
| api = 2 | |
| ; Drupal Core | |
| projects[drupal][version] = "7.33" | |
| ; ===================================== | |
| ; Contrib Modules | |
| ; ===================================== | |
| ; By default, store all contrib modules in the "contrib" subdirectory of | |
| ; sites/all/modules. | |
| defaults[projects][subdir] = "contrib" | |
| projects[features][version] = 2.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment