-
Notifications
You must be signed in to change notification settings - Fork 3
/
drupal-streamline.make
46 lines (39 loc) · 1.75 KB
/
drupal-streamline.make
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
; Core version
core = 7.x
; API version
api = 2
; Core
projects[drupal][type] = "core"
projects[drupal][patch][] = "patches/system.install-1232572.10.patch"
projects[drupal][patch][] = "patches/default.settings.php-local_settings.patch"
projects[drupal][patch][] = "patches/css_dont_import_protocol_relative-2014851-12.patch"
; By default, put all projects in contrib (e.g. sites/all/modules/contrib/)
defaults[projects][subdir] = "contrib"
; Contrib
; Feel free to add more of your favorite modules here.
projects[] = context
projects[] = ctools
projects[] = devel
projects[] = diff
projects[] = entity
projects[] = features
projects[] = pathauto
projects[] = strongarm
projects[] = token
; Custom
; Leave these in place if you plan to run bin/init or bin/themify.
; bin/init will rename drupal_streamline_profile and drupal_streamline_theme and they will
; become your custom install profile and theme. drupal_streamline_dev loads the client-side
; livereload js required by guard-livereload
projects[drupal_streamline_profile][type] = "profile"
projects[drupal_streamline_profile][download][type] = git
projects[drupal_streamline_profile][download][url] = https://github.com/singlebrook/drupal_streamline_profile.git
projects[drupal_streamline_profile][subdir] = ""
projects[drupal_streamline_dev][type] = module
projects[drupal_streamline_dev][download][type] = git
projects[drupal_streamline_dev][download][url] = https://github.com/singlebrook/drupal_streamline_dev.git
projects[drupal_streamline_dev][subdir] = "custom"
projects[drupal_streamline_theme][type] = theme
projects[drupal_streamline_theme][download][type] = git
projects[drupal_streamline_theme][download][url] = https://github.com/singlebrook/drupal_streamline_theme.git
projects[drupal_streamline_theme][subdir] = ""