-
Notifications
You must be signed in to change notification settings - Fork 2
/
nittro.json
43 lines (43 loc) · 1.11 KB
/
nittro.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
{
"files": {
"js": [
"src/js/Snippet.js",
"src/js/SnippetManagerHelpers.js",
"src/js/SnippetManager.js",
"src/js/SnippetAgent.js",
"src/js/AjaxAgent.js",
"src/js/HistoryAgent.js",
"src/js/History.js",
"src/js/TransitionAgent.js",
"src/js/ScrollAgent.js",
"src/js/Transaction.js",
"src/js/CspAgent.js",
"src/js/GoogleAnalyticsHelper.js",
"src/js/Service.js"
],
"css": [
"src/css/transitions.less"
]
},
"bridges": {
"nittro-di": {
"files": [
"src/js/Bridges/PageDI/PageExtension.js"
],
"extensions": {
"page": "Nittro.Page.Bridges.PageDI.PageExtension()"
}
},
"nittro-flashes": {
"files": [
"src/js/Bridges/PageFlashes/FlashAgent.js"
]
}
},
"compat": {
"es5": true,
"transitions": true,
"transform": true,
"historyApi": true
}
}