-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnittany_baseline.drecipe
51 lines (51 loc) · 1.16 KB
/
nittany_baseline.drecipe
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
47
48
49
50
51
{
"name": "Nittany Baseline",
"drush_recipes_api": "1.0",
"weight": "0",
"core": "7",
"recipe": [
{
"command": "cook",
"arguments": [
"standard_unsuck,dr_security_core_settings,core_above_core,d7adminux,repgui,rubik,devel_modules"
],
"options": {
"y": true
}
},
{
"command": "dl",
"arguments": [
"textbook,zurb_foundation-7.x-5.x-dev"
]
},
{
"command": "en",
"arguments": [
"advanced_help"
]
},
{
"command": "cook",
"arguments": [
"simple_performance_pack"
],
"options": {
"y": true,
"mlt-global": 0
}
},
{
"command": "cc",
"arguments": [
"all"
]
}
],
"metadata": {
"description": "Standard nittany development starting point.",
"version": "1.0",
"type": "routine",
"author": "psudug"
}
}