Last active
August 29, 2015 14:18
-
-
Save samueljon/d181a86b92f2b716d4c3 to your computer and use it in GitHub Desktop.
Drush make example
This file contains 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
; My Boostrap makefile | |
core = 7.x | |
api = 2 | |
projects[] = drupal | |
projects[my_bootstrap_profile][type] = profile | |
projects[my_bootstrap_profile][download][type] = git | |
projects[my_bootstrap_profile][download][url] = "https://github.com/username/my_bootstrap_profile.git" | |
projects[my_bootstrap_profile][download][branch] = master | |
projects[] = views_bulk_operations | |
projects[] = admin_views | |
projects[] = scald | |
projects[] = autosave | |
projects[] = breakpoints | |
projects[] = ctools | |
projects[] = ckeditor | |
projects[] = context | |
projects[] = date | |
projects[] = entity | |
projects[] = features | |
projects[] = field_collection | |
projects[] = field_group | |
projects[] = file_entity | |
projects[] = picture | |
projects[] = imagecache_token | |
projects[] = i18n | |
projects[] = navbar | |
projects[] = libraries | |
projects[] = metatag | |
projects[] = migrate | |
projects[] = module_filter | |
projects[] = nodequeue | |
projects[] = password_policy | |
projects[] = pathauto | |
projects[] = plupload | |
projects[] = redirect | |
projects[] = strongarm | |
projects[] = token | |
projects[] = transliteration | |
projects[] = variable | |
projects[] = backup_migrate | |
; Themes | |
projects[] = ember | |
; Libraries | |
libraries[backbone][download][type] = "file" | |
libraries[backbone][download][url] = "http://backbonejs.org/backbone-min.js" | |
libraries[underscore][download][type] = "file" | |
libraries[underscore][download][url] = "https://github.com/jashkenas/underscore/archive/1.5.2.zip" | |
libraries[modernizr][download][type] = "file" | |
libraries[modernizr][download][url] = "http://modernizr.com/downloads/modernizr-latest.js" | |
libraries[modernizr][download][filename] = "modernizr.js" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment