-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
28 lines (28 loc) · 743 Bytes
/
config.js
File metadata and controls
28 lines (28 loc) · 743 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
{
"id": "opendig_couch",
"mapDirectories": {
"config.js": "",
"open_dig.js": "_attachments/open_dig.js",
"index.html": "_attachments/index.html",
"resources/favicon.ico": "_attachments/favicon.ico",
"models": "_attachments/models",
"controllers": "_attachments/controllers",
"css": "_attachments/css",
"img": "_attachments/img",
"sass": false,
"resources": "_attachments/resources",
"views": "_attachments/views",
"resources/descriptions.json": "_attachments/descriptions.json",
"db": "",
"*.dump": false,
"Jimfile": false,
"hooks": false,
"build": false,
"*.coffee": false,
"Gemfile": false,
"Gemfile.lock": false
},
"plugins": [
"coffeescript"
]
}