-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoptimizer-predefined-groups.coffee
More file actions
73 lines (73 loc) · 2.29 KB
/
optimizer-predefined-groups.coffee
File metadata and controls
73 lines (73 loc) · 2.29 KB
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
module.exports =
core: [
"asap/raw",
"bundles/cord/core/Api",
"app/application",
"bundles/cord/core/Behaviour",
"bundles/cord/core/Collection",
"bundles/cord/core/Console",
"bundles/cord/core/Context",
"bundles/cord/core/Model",
"bundles/cord/core/ModelProxy",
"bundles/cord/core/ModelRepo",
"bundles/cord/core/Module",
"bundles/cord/core/PageTransition",
"bundles/cord/core/RuntimeConfigResolver",
"bundles/cord/core/ServiceContainer",
"bundles/cord/core/StructureTemplate",
"bundles/cord/core/UserAgent",
"bundles/cord/core/Utils",
"bundles/cord/core/Widget",
"bundles/cord/core/WidgetRepo",
"bundles/cord/core/auth/OAuth2",
"bundles/cord/core/cache/TabSync",
"bundles/cord/core/cache/localStorage",
"bundles/cord/core/cache/persistentStorage",
"bundles/cord/core/config",
"bundles/cord/core/cookie/BrowserCookie",
"bundles/cord/core/cookie/LocalCookie",
"bundles/cord/core/css/browserManager",
"bundles/cord/core/css/helper",
"bundles/cord/core/deferAggregator",
"bundles/cord/core/dustPlugins",
"bundles/cord/core/errors",
"bundles/cord/core/helpers/TimeoutStubHelper",
"bundles/cord/core/init/browserInit",
"bundles/cord/core/isBrowser",
"bundles/cord/core/request/BrowserRequest",
"bundles/cord/core/request/Response",
"bundles/cord/core/request/errors",
"bundles/cord/core/router/Router",
"bundles/cord/core/requirejs/pathConfig",
"bundles/cord/core/router/clientSideRouter",
"bundles/cord/core/templateLoader",
"bundles/cord/core/utils/Defer",
"bundles/cord/core/utils/DomHelper",
"bundles/cord/core/utils/DomInfo",
"bundles/cord/core/utils/Future",
"bundles/cord/core/utils/ListHelper",
"bundles/cord/core/utils/asapInContext",
"bundles/cord/core/utils/browser/Defer",
"bundles/cord/core/AppConfigLoader",
"bundles/cord/core/utils/profiler/profiler",
"bundles/cord/core/utils/profiler/stubProfiler",
"bundles/cord/core/utils/sha1",
"cord",
"cord-m",
"cord-w",
"cord-t",
"text",
"localforage",
"monologue",
"postal",
"pathUtils",
"riveter",
"lodash",
"eventemitter3",
"underscore",
"jquery",
"curly",
"dustjs-linkedin",
"jquery.cookie",
"dustjs-helpers"
]