-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
31 lines (27 loc) · 718 Bytes
/
config.json
File metadata and controls
31 lines (27 loc) · 718 Bytes
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
{
"project_name": "toolbox",
"lint_js": true,
"corelibs": {
"Underscore": {
"active": true,
"path": "libs/underscore.js"
},
"Backbone": {
"active": false,
"path": "libs/backbone.js"
},
"Handlebars": {
"active": true,
"path": "libs/handlebars.js"
},
"Prettyprint": {
"active": true,
"path": "libs/google-code-prettify/prettify.js"
}
},
"custom": [
"src/loader.js",
"src/script.js",
"src/mq.js"
]
}