forked from mauritslamers/build-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.json
More file actions
56 lines (54 loc) · 1.23 KB
/
Copy pathexample_config.json
File metadata and controls
56 lines (54 loc) · 1.23 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
{
"apps": [
{
"name": "myApp",
"theme": "sc-theme",
"path": "apps/myApp",
"plugins": {
"sproutcore-sass": {
}
}
"htmlHead": "<title>MyApp</title>",
"htmlScripts": "",
"urlPrefix": "",
"configSC": {
"version": "1.4.5"
},
"frameworks": [
{
"path": "frameworks/myFramework"
}
],
"bundles": [
{
"path": "bundles/myBundle"
}
]
}
]
}
/*
var kandidaten = g.App.create({
name: 'toelatingskandidaten',
theme: 'sc-theme',
htmlBody: stdHtmlBody,
htmlHead: '<title>Meetme Kandidaten</title>',
htmlScripts: shouldBuild? htmlBuildScripts: "",
urlPrefix: shouldBuild? '': '/',
hasSC: true,
configSC: {
nodifyScripts: false,
version: "1.4.5"
},
frameworks: [
{ path: 'frameworks/sproutcore/themes/empty_theme'},
{ path: 'frameworks/sproutcore/themes/standard_theme'},
{ path: 'frameworks/more_cowbell'},
{ path: 'frameworks/ki/frameworks/foundation', combineScripts: true},
{ path: 'frameworks/conflict_resolver'},
{ path: 'frameworks/core_meetme'},
{ path: 'frameworks/core_kandidaten'},
{ path: 'apps/toelatingskandidaten'}
]
});
*/