-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.projectconfig.cjs
More file actions
117 lines (117 loc) · 2.56 KB
/
.projectconfig.cjs
File metadata and controls
117 lines (117 loc) · 2.56 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
// Config object for Gulp
module.exports = {
TZ: "/usr/share/zoneinfo/America/New_York",
TEMP_DIR: "../",
CMS_PLATFORM: 'D10',
DEFAULT_SITE: "pai23",
backstopjsReferenceEnv: "test",
// liveDomain: "peteinge.com",
terminus_site: 'pai23',
testingPaths: [
{
"label": "Home page",
"path": "",
},
{
"label": "Test Page",
"path": "node/38",
"auth": true,
},
{
"label": "Work",
"path": "node/2",
},
{
"label": "About",
"path": "node/1",
},
{
"label": "Resume",
"path": "node/3",
},
{
"label": "Project: AC ongoing maintence",
"path": "node/28",
},
{
"label": "Project: Longwood Gardens",
"path": "node/6",
},
{
"label": "Project: Amon Carter - Col Exp / Phase 2",
"path": "node/22",
},
{
"label": "Project: Amon Carter - Phase 1",
"path": "node/7",
},
{
"label": "Project: Bucknell",
"path": "node/27",
},
{
"label": "Project: NHM",
"path": "node/32",
},
{
"label": "Project: River Alive - Continuum Wall",
"path": "node/33",
},
{
"label": "Sketch: Dealing with Drupal Cache",
"path": "node/34",
},
{
"label": "Sketch: Checking field content in a twig file",
"path": "node/4",
},
{
"label": "Sketch: Image Color/Data Processor Exploration",
"path": "node/19",
},
{
"label": "Sketch: Generative Art with Unity",
"path": "node/18",
},
{
"label": "Sketch: Websockets w/ Unity",
"path": "node/23",
},
{
"label": "Talks: Drupal (And Maybe Wordpress) Site Content with Airtable",
"path": "node/14",
},
{
"label": "Talks: Injecting React into Your Authoring Experience",
"path": "node/15",
},
{
"label": "Talks: Five Minute Drupal Site - Speeding up our Drupal Dev Time",
"path": "node/16",
},
{
"label": "Talks: Realtime JavaScript Applications (PWAs and Drupal) - Drupaldelphia",
"path": "node/26",
},
{
"label": "Talks: Drupal 8 - The Missing Parts",
"path": "node/13",
},
{
"label": "Writings: Pantheon and GitHub Actions",
"path": "node/8",
},
{
"label": "Writings: Drupal Programmatic Translations R&D",
"path": "node/9",
},
{
"label": "Writings: Google Drive, Node.js, and a custom Electron app",
"path": "node/10",
},
{
"label": "Wood Project: Brotherhood",
"path": "node/41",
}
]
}