-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasset-bundles.json
85 lines (81 loc) · 3.35 KB
/
asset-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
{
"bundle": {
"css/main": {
"styles": [
"vendor/fontawesome-iconpicker/dist/css/fontawesome-iconpicker.css",
"vendor/@fortawesome/fontawesome-free/css/all.css",
"vendor/bootstrap/dist/css/bootstrap.css",
"vendor/select2/dist/css/select2.css",
"vendor/@ttskch/select2-bootstrap4-theme/dist/select2-bootstrap4.css",
"vendor/icheck/skins/square/_all.css",
"vendor/ionicons/css/ionicons.css",
"userfrosting/css/uf-jqueryvalidation.css",
"userfrosting/css/uf-alerts.css",
"vendor/admin-lte/dist/css/adminlte.css",
"css/AdminLte-Custom.css"
],
"options": {
"result": { "type": { "scripts": "plain" } },
"sprinkle": { "onCollision": "replace" }
}
},
"js/main": {
"scripts": [
"vendor/bootstrap/dist/js/bootstrap.bundle.js",
"vendor/handlebars/dist/handlebars.js",
"vendor/jquery-validation/dist/jquery.validate.js",
"vendor/jquery-validation/dist/additional-methods.js",
"vendor/jquery-slimscroll/jquery.slimscroll.js",
"vendor/icheck/icheck.min.js",
"vendor/fastclick/lib/fastclick.js",
"vendor/select2/dist/js/select2.full.js",
"vendor/clipboard/dist/clipboard.js",
"vendor/admin-lte/dist/js/adminlte.js",
"js/AdminLTE-custom.js",
"userfrosting/js/attrchange.js",
"userfrosting/js/fortress-jqueryvalidation-methods.js",
"userfrosting/js/uf-jqueryvalidation-config.js",
"userfrosting/js/uf-alerts.js",
"userfrosting/js/uf-form.js",
"userfrosting/js/uf-modal.js",
"userfrosting/js/uf-copy.js",
"userfrosting/js/uf-init.js"
],
"options": {
"result": { "type": { "scripts": "plain" } },
"sprinkle": { "onCollision": "replace" }
}
},
"css/admin": {
"styles": [
"font-starcraft/css/font-starcraft.css",
"vendor/tablesorter/dist/css/theme.bootstrap.min.css",
"vendor/tablesorter/dist/css/jquery.tablesorter.pager.min.css",
"userfrosting/css/tablesorter-reflow.css",
"userfrosting/css/tablesorter-custom.css"
],
"options": {
"result": { "type": { "scripts": "plain" } },
"sprinkle": { "onCollision": "replace" }
}
},
"js/admin": {
"scripts": [
"vendor/moment/moment.js",
"userfrosting/js/handlebars-helpers.js",
"vendor/tablesorter/dist/js/jquery.tablesorter.js",
"vendor/tablesorter/dist/js/jquery.tablesorter.widgets.js",
"userfrosting/js/tablesorter/widget-sort2Hash.js",
"vendor/tablesorter/dist/js/widgets/widget-columnSelector.min.js",
"vendor/tablesorter/dist/js/widgets/widget-reflow.min.js",
"vendor/tablesorter/dist/js/widgets/widget-pager.min.js",
"userfrosting/js/query-string.js",
"userfrosting/js/uf-table.js"
],
"options": {
"result": { "type": { "scripts": "plain" } },
"sprinkle": { "onCollision": "replace" }
}
}
}
}