Skip to content

Instantly share code, notes, and snippets.

@delphian
delphian / drush-example-site.make
Last active September 27, 2019 18:16
Example drupal drush site.make file for automatically downloading modules, themes, profiles, and libraries
; @file drush-example-site.make
; @author Bryan Hazelbaker <bryan.hazelbaker@gmail.com>
;
; @brief Drush make file to be processed by the `drush make` command
;
; @details Running drush make on this configuration file will download
; all specified modules, themes, and libraries into their respective
; directories. the `drush` command must first be installed to process
; this make file.
;