This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbundleconfig.json
57 lines (57 loc) · 1.69 KB
/
bundleconfig.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
[
{
"outputFileName": "assets/static/bundle/scripts.js",
"inputFiles": [
"assets/bootstrap.min.3x.js",
"assets/modernizr.js",
"assets/js/app.js",
"assets/js/services.js",
"assets/js/directives.js",
"assets/js/main.js",
"assets/js/order.js",
"assets/js/controllers/*.js",
"assets/js/services/*.js",
"assets/js/directives/*.js"
]
},
{
"outputFileName": "assets/static/bundle/checkout-scripts.js",
"inputFiles": [
"assets/js/app.js",
"assets/js/services.js",
"assets/js/directives.js",
"assets/js/filters.js",
"assets/js/main.js",
"assets/js/common-components/*.js",
"assets/js/checkout/*.js"
]
},
{
"outputFileName": "assets/static/bundle/account-scripts.js",
"inputFiles": [
"assets/modernizr.min.js",
"assets/js/app.js",
"assets/js/services.js",
"assets/js/main.js",
"assets/js/cart.js",
"assets/js/quote-request.js",
"assets/js/product-compare.js",
"assets/js/searchBar.js",
"assets/js/common-components/*.js",
"assets/js/account/*.js"
]
},
{
"outputFileName": "assets/static/bundle/checkout-styles.css",
"inputFiles": [
"assets/common-components.css"
]
},
{
"outputFileName": "assets/static/bundle/account-styles.css",
"inputFiles": [
"assets/account-bootstrap.css",
"assets/common-components.css"
]
}
]