This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 120
/
Copy pathlumbar.json
88 lines (80 loc) · 2.73 KB
/
lumbar.json
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
{
"name": "thorax",
"mixins": {
"thorax-dep-jquery": {
"scripts": [
{"src": "jquery.js", "bower": "jquery", "global": true, "ignoreWarnings": true, "server": false},
{"src": "underscore.js", "bower": "underscore", "global": true, "ignoreWarnings": true, "server": false},
{"src": "dist/lodash.underscore.js", "bower": "lodash", "global": true, "ignoreWarnings": true, "server": true},
{"src": "backbone.js", "bower": "backbone", "global": true, "ignoreWarnings": true},
{"src": "handlebars.js", "bower": "handlebars", "global": true, "ignoreWarnings": true},
]
},
"thorax-dep-zepto": {
"scripts": [
{"src": "zepto.js", "bower": "zepto", "global": true, "ignoreWarnings": true, "server": false},
{"src": "underscore.js", "bower": "underscore", "global": true, "ignoreWarnings": true, "server": false},
{"src": "dist/lodash.underscore.js", "bower": "lodash", "global": true, "ignoreWarnings": true, "server": true},
{"src": "backbone.js", "bower": "backbone", "global": true, "ignoreWarnings": true},
{"src": "handlebars.runtime.js", "bower": "handlebars", "global": true, "ignoreWarnings": true},
]
},
"thorax": {
"scripts": [
{"src": "src/server-side.js"},
{"src": "src/thorax.js"},
{"src": "src/util.js"},
{"src": "src/deferrable.js"},
{"src": "src/server-marshal.js"},
{"src": "src/mixin.js"},
{"src": "src/event.js"},
{"src": "src/helper-view.js"},
{"src": "src/data-object.js"},
{"src": "src/model.js"},
{"src": "src/collection.js"},
{"src": "src/layout.js"},
{"src": "src/helpers/collection.js"},
{"src": "src/helpers/empty.js"},
{"src": "src/helpers/template.js"},
{"src": "src/helpers/url.js"},
{"src": "src/helpers/view.js"},
]
},
"thorax-form": {
"scripts": [
{"src": "src/form.js"},
]
},
"thorax-helper-tags": {
"scripts": [
{"src": "src/helpers/button-link.js"},
{"src": "src/helpers/element.js"},
{"src": "src/helpers/super.js"},
]
},
"thorax-loading": {
"scripts": [
{"src": "src/loading.js"},
{"src": "src/helpers/loading.js"}
]
},
"thorax-mobile": {
"scripts": [
{"src": "src/mobile.js", "server": false},
{"src": "src/mobile/tap-highlight.js", "server": false}
]
}
},
"templates": {
"template": "Handlebars.templates['{{{without-extension name}}}'] = {{handlebarsCall}}({{{data}}});",
"knownHelpers": [
"layout-element",
"view",
"template",
"collection",
"empty",
"loading",
"url"
]
}
}