Skip to content

Instantly share code, notes, and snippets.

@patrickocoffeyo
Created March 18, 2014 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save patrickocoffeyo/9627418 to your computer and use it in GitHub Desktop.
Save patrickocoffeyo/9627418 to your computer and use it in GitHub Desktop.
BootstrapBlocks drush make file for Drupal 7.x
; Core version
; ------------
core = 7.x
; API version
; ------------
api = 2
; Core project
; ------------
projects[drupal][version] = 7.x
; Modules
; --------
projects[jquery_update][version] = 2.3
projects[jquery_update][type] = "module"
projects[BootstrapBlocksModule][type] = "module"
projects[BootstrapBlocksModule][download][type] = "git"
projects[BootstrapBlocksModule][download][url] = "https://github.com/patrickocoffeyo/BootstrapBlocksModule.git"
; Themes
; --------
projects[BootstrapBlocks][type] = "theme"
projects[BootstrapBlocks][download][type] = "git"
projects[BootstrapBlocks][download][url] = "https://github.com/patrickocoffeyo/BootstrapBlocks.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment