-
Notifications
You must be signed in to change notification settings - Fork 1
/
cache.js
92 lines (89 loc) · 10.6 KB
/
cache.js
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
var path = require('path');
var cache = [];
var conf = { cache: cache };
// Resources
cache.push({ file: path.join(__dirname, '/resources/sap-ui-core.js'), path: '/resources/sap-ui-core.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/thirdparty/jquery-mobile-custom.js'), path: '/resources/sap/ui/thirdparty/jquery-mobile-custom.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/library.js'), path: '/resources/sap/ui/core/library.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/themes/sap_bluecrystal/library.css'), path: '/resources/sap/ui/core/themes/sap_bluecrystal/library.css' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/library.js'), path: '/resources/sap/m/library.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Support.js'), path: '/resources/sap/m/Support.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/themes/sap_bluecrystal/library.css'), path: '/resources/sap/m/themes/sap_bluecrystal/library.css' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/App.js'), path: '/resources/sap/m/App.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/NavContainer.js'), path: '/resources/sap/m/NavContainer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/PopupSupport.js'), path: '/resources/sap/ui/core/PopupSupport.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/mvc/View.js'), path: '/resources/sap/ui/core/mvc/View.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/ExtensionPoint.js'), path: '/resources/sap/ui/core/ExtensionPoint.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/mvc/XMLView.js'), path: '/resources/sap/ui/core/mvc/XMLView.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/XMLTemplateProcessor.js'), path: '/resources/sap/ui/core/XMLTemplateProcessor.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/model/resource/ResourceModel.js'), path: '/resources/sap/ui/model/resource/ResourceModel.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/model/resource/ResourcePropertyBinding.js'), path: '/resources/sap/ui/model/resource/ResourcePropertyBinding.js' });
cache.push({ file: path.join(__dirname, '/resources/jquery.sap.xml.js'), path: '/resources/jquery.sap.xml.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/Renderer.js'), path: '/resources/sap/ui/core/Renderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/mvc/Controller.js'), path: '/resources/sap/ui/core/mvc/Controller.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Page.js'), path: '/resources/sap/m/Page.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/IconTabBar.js'), path: '/resources/sap/m/IconTabBar.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/IconTabFilter.js'), path: '/resources/sap/m/IconTabFilter.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/Item.js'), path: '/resources/sap/ui/core/Item.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Panel.js'), path: '/resources/sap/m/Panel.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/IconPool.js'), path: '/resources/sap/ui/core/IconPool.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/CustomData.js'), path: '/resources/sap/ui/core/CustomData.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Input.js'), path: '/resources/sap/m/Input.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Bar.js'), path: '/resources/sap/m/Bar.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/BarInPageEnabler.js'), path: '/resources/sap/m/BarInPageEnabler.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Dialog.js'), path: '/resources/sap/m/Dialog.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/InstanceManager.js'), path: '/resources/sap/m/InstanceManager.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Toolbar.js'), path: '/resources/sap/m/Toolbar.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/ToolbarLayoutData.js'), path: '/resources/sap/m/ToolbarLayoutData.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/LayoutData.js'), path: '/resources/sap/ui/core/LayoutData.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/ToolbarSpacer.js'), path: '/resources/sap/m/ToolbarSpacer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/EnabledPropagator.js'), path: '/resources/sap/ui/core/EnabledPropagator.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/Popup.js'), path: '/resources/sap/ui/core/Popup.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/IntervalTrigger.js'), path: '/resources/sap/ui/core/IntervalTrigger.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/EventBus.js'), path: '/resources/sap/ui/core/EventBus.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/delegate/ScrollEnablement.js'), path: '/resources/sap/ui/core/delegate/ScrollEnablement.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/theming/Parameters.js'), path: '/resources/sap/ui/core/theming/Parameters.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/InputBase.js'), path: '/resources/sap/m/InputBase.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/List.js'), path: '/resources/sap/m/List.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/ListBase.js'), path: '/resources/sap/m/ListBase.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/GroupHeaderListItem.js'), path: '/resources/sap/m/GroupHeaderListItem.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/ListItemBase.js'), path: '/resources/sap/m/ListItemBase.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/delegate/ItemNavigation.js'), path: '/resources/sap/ui/core/delegate/ItemNavigation.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Popover.js'), path: '/resources/sap/m/Popover.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Button.js'), path: '/resources/sap/m/Button.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/StandardListItem.js'), path: '/resources/sap/m/StandardListItem.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Table.js'), path: '/resources/sap/m/Table.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/messagebundle_en.properties'), path: '/resources/sap/m/messagebundle_en.properties' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/InvisibleText.js'), path: '/resources/sap/ui/core/InvisibleText.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/SegmentedButton.js'), path: '/resources/sap/m/SegmentedButton.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/IconTabHeader.js'), path: '/resources/sap/m/IconTabHeader.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/Label.js'), path: '/resources/sap/m/Label.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/model/json/JSONModel.js'), path: '/resources/sap/ui/model/json/JSONModel.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/model/json/JSONListBinding.js'), path: '/resources/sap/ui/model/json/JSONListBinding.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/model/json/JSONPropertyBinding.js'), path: '/resources/sap/ui/model/json/JSONPropertyBinding.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/model/json/JSONTreeBinding.js'), path: '/resources/sap/ui/model/json/JSONTreeBinding.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/AppRenderer.js'), path: '/resources/sap/m/AppRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/NavContainerRenderer.js'), path: '/resources/sap/m/NavContainerRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/mvc/XMLViewRenderer.js'), path: '/resources/sap/ui/core/mvc/XMLViewRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/mvc/ViewRenderer.js'), path: '/resources/sap/ui/core/mvc/ViewRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/PageRenderer.js'), path: '/resources/sap/m/PageRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/BarRenderer.js'), path: '/resources/sap/m/BarRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/ButtonRenderer.js'), path: '/resources/sap/m/ButtonRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/Icon.js'), path: '/resources/sap/ui/core/Icon.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/IconRenderer.js'), path: '/resources/sap/ui/core/IconRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/LabelRenderer.js'), path: '/resources/sap/m/LabelRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/IconTabBarRenderer.js'), path: '/resources/sap/m/IconTabBarRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/IconTabHeaderRenderer.js'), path: '/resources/sap/m/IconTabHeaderRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/ListRenderer.js'), path: '/resources/sap/m/ListRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/ListBaseRenderer.js'), path: '/resources/sap/m/ListBaseRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/themes/base/fonts/SAP-icons.ttf'), path: '/resources/sap/ui/core/themes/base/fonts/SAP-icons.ttf' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/StandardListItemRenderer.js'), path: '/resources/sap/m/StandardListItemRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/ListItemBaseRenderer.js'), path: '/resources/sap/m/ListItemBaseRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/PanelRenderer.js'), path: '/resources/sap/m/PanelRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/SegmentedButtonRenderer.js'), path: '/resources/sap/m/SegmentedButtonRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/InputRenderer.js'), path: '/resources/sap/m/InputRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/m/InputBaseRenderer.js'), path: '/resources/sap/m/InputBaseRenderer.js' });
cache.push({ file: path.join(__dirname, '/resources/sap/ui/core/ValueStateSupport.js'), path: '/resources/sap/ui/core/ValueStateSupport.js' });
// Public
cache.push({ dir: path.join(__dirname, '/public/'), prefix: '/public/' });
module.exports = conf;