Created
August 20, 2012 09:06
-
-
Save arnested/3402503 to your computer and use it in GitHub Desktop.
Drush make makefiles for SnapEngage sites
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
| ; define core version and drush make compatibility | |
| core = 6.x | |
| api = 2 | |
| projects[] = drupal | |
| projects[snapengage][type] = module | |
| projects[snapengage][download][type] = git | |
| projects[snapengage][download][branch] = 6.x-1.x |
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
| ; define core version and drush make compatibility | |
| core = 7.x | |
| api = 2 | |
| projects[] = drupal | |
| projects[snapengage][type] = module | |
| projects[snapengage][download][type] = git | |
| projects[snapengage][download][branch] = 7.x-1.x |
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
| ; define core version and drush make compatibility | |
| core = 8.x | |
| api = 2 | |
| projects[] = drupal | |
| projects[snapengage][type] = module | |
| projects[snapengage][download][type] = git | |
| projects[snapengage][download][branch] = 8.x-1.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment