-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathtemplate.values
executable file
·53 lines (53 loc) · 1.67 KB
/
template.values
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
{
"css": {
"default": [
"https://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css",
"css/theme.css",
"css/default.css"
],
"faq": "css/faq.css"
},
"js": {
"default": [
/* jQuery-mobile fuck you.
* http://stackoverflow.com/questions/10214083/how-to-bind-mobileinit-event-in-jquery-mobile
*/
"js/default.js",
"js/jquery.caret.js",
"js/jquery.atwho.js",
"https://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js",
{
"lang": [
"LOADING",
"EXPAND", "OPEN", "EDIT",
"HIDE",
"ARE_YOU_SURE",
"CANCEL", "MESSAGE_NOT_SENT"
]
}
],
"index": [
"https://cdnjs.cloudflare.com/ajax/libs/jstimezonedetect/1.0.4/jstz.min.js",
"js/index.js"
],
"home": [ "js/home.js", {
"lang": [ "HIDDEN_POSTS", "EXPAND", "HIDE" ],
"outputVersion": true // you should probably not change this
} ],
"preferences": "js/preferences.js",
"profile": [ "js/profile.js", {
"lang": [ "MOTIVATION" ]
} ],
"project": "js/project.js",
"pm": "js/pm.js",
"userslist": "js/userslist.js",
"projectslist": "js/projectslist.js",
"bookmarks": "js/bookmarks.js",
"share": "js/share.js",
"search": "js/search.js",
"reset": "js/reset.js"
},
"langs": {
"default": "langs/%lang%/json/default.json"
}
}