-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbundleconfig.json
More file actions
29 lines (29 loc) · 880 Bytes
/
Copy pathbundleconfig.json
File metadata and controls
29 lines (29 loc) · 880 Bytes
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
[
{
"outputFileName": "js/bundle-js.js",
"inputFiles": [
"js/vendor/jquery-1.10.2.min.js",
"js/vendor/bootstrap.min.js",
"js/vendor/mustache.js",
"js/vendor/slick.min.js",
"js/modules/globalSettings.js",
"js/modules/templates.js",
"js/modules/fileUpload.js",
"js/modules/urlHandler.js",
"js/modules/buildReleaseProcessor.js",
"js/modules/buildProcessor.js",
"js/modules/releaseProcessor.js",
"js/modules/dataAccess.js",
"js/modules/exportPdf.js",
"js/modules/exportPdfHelper.js",
"js/modules/buildReleaseProcessor.js",
"js/modules/exportPdfBuildHelper.js",
"js/modules/exportPdfReleaseHelper.js",
"js/modules/cardAnimations.js",
"js/modules/errorHandler.js",
"js/modules/miscHelper.js",
"js/modules/analytics.js",
"js/app.js"
]
}
]