This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
bundles.json
executable file
·150 lines (150 loc) · 4.12 KB
/
bundles.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"pre":[
"lib/backbone.js",
"backboneMixins.js",
"physicsBridge.js",
"taskQueue.js",
"lib/IndexedDBShim.js",
"lib/jquery-indexeddb.js",
"lib/queryIndexedDB.js",
"templates.js",
"utils.js",
"domUtils.js",
"error.js",
"events.js",
"models/Resource.js",
"collections/ResourceList.js",
"views/HomePage.js",
"vocManager.js",
"modelLoader.js",
"plugManager.js",
"resourceManager.js",
"indexedDB.js",
"idbQueryBuilder.js",
"lib/uuid.js",
"synchronizer.js",
"resourceSynchronizer.js",
"collectionSynchronizer.js",
"router.js",
"app.js",
"appAuth.js",
"apiAdapter.js",
"redirecter.js",
"views/BasicView.js",
"views/BasicPageView.js",
"lib/hammer.js",
"lib/fastdom.js",
"FrameWatch.js",
"physicsTransitions.js",
"lib/l10n.js",
"widgetsLibAdapter.js",
"../styles/styles.css",
"../styles/common-template-m.css",
"xhrWorker.js",
"physicsWorker.js",
"../templates.jsp"
],
"post":[
"views/ResourceView.js",
"views/ControlPanel.js",
"views/Header.js",
"views/ResourceImageView.js",
"views/ResourceListItemView.js",
"views/ResourceListView.js",
"views/ResourceMasonryItemView.js",
"views/ListPage.js",
"views/ViewPage.js",
"views/ArticlePage.js",
"chrome.js",
"firefox.js"
],
"extras":[
"views/EditPage.js",
"views/EditView.js",
"views/ChatPage.js",
"views/HorizontalListView.js",
"views/HorizontalListItemView.js",
"views/CallInProgressHeader.js",
"lib/mobiscroll.js",
"../styles/mobiscroll-scroller.css",
"views/IntersectionListView.js",
"views/IntersectionListItemView.js",
"views/MapView.js",
"lib/leaflet.js",
"lib/leaflet.markercluster.js",
"maps.js",
"lib/codemirror.js",
"lib/codemirrorXMLMode.js",
"lib/codemirrorHTMLMode.js",
"lib/codemirrorJSMode.js",
"lib/codemirrorCSSMode.js",
"views/CameraPopup.js",
"lib/whammy.js",
"lib/recorder.js",
"lib/recorderWorker.js",
"lib/socket.io.js",
"lib/simplewebrtc.js",
"fileSystem.js",
"lib/jquery.draggable.js",
"lib/d3.js",
"d3widgets.js",
"views/SocialNetworkPage.js",
"views/StaticPage.js",
"views/CommentListView.js",
"views/CommentListItemView.js",
"views/PublishButton.js",
"views/MessageBar.js",
"tourGuide.js",
"views/MenuPanel.js",
"views/MainMenuPanel.js",
"views/ContextMenuPanel.js",
"views/ModalDialog.js",
"views/PaymentPage.js",
"lib/crossfilter/crossfilter.js",
"lib/dc/dc.js",
"lib/dc/dc.css",
"lib/stockCharts.js",
"lib/gauge.js",
"views/HistoricalDataView.js",
"views/SocialLinksView.js",
"../styles/leaflet/leaflet.css",
"../styles/leaflet/MarkerClusterDefault.css",
"../styles/leaflet/leafletIE.css",
"../styles/leaflet/MarkerClusterDefaultIE.css",
"../styles/codemirror.css"
],
"appcache":[
"xhrWorker.js",
"physicsWorker.js",
"lib/physicsjs-custom.js",
"lib/jquery.masonry.js",
"loader.js",
"initPackage.js",
"bootoffline.js"
],
"widgetsFramework":{
"bb":[
"lib/bb/style/buttons.css",
"lib/bb/style/action_menu.css",
"lib/bb/style/headers.css",
"lib/bb/style_unstable/lists.css",
"lib/bb/style_unstable/drawer.css",
"lib/bb/style/switches.css",
"../styles/bb_styles.css"
],
"topcoat":[
"lib/topcoat/style/topcoat-mobile-dark.css",
"lib/topcoat/style/topcoat-mobile-light.css",
"lib/topcoat/style/main.css",
"../styles/topcoat_styles.css",
"../templates_topcoat.jsp"
],
"bootstrap":[
"lib/bootstrap/css/bootstrap.css",
"lib/bootstrap/css/bootstrap-theme.css",
"lib/form-elements.css",
"../styles/bootstrap_styles.css",
"../templates_bootstrap.jsp"
]
}
}