-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathasset-bundles.json.old
38 lines (38 loc) · 1.19 KB
/
asset-bundles.json.old
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
{
"bundle": {
"js/admin/blog" : {
"scripts": [
"userfrosting/js/blog-admin.js",
"vendor/@ckeditor/ckeditor5-build-classic/build/ckeditor.js"
],
"options": {
"result": {
"type": {
"scripts": "plain"
}
}
}
},
"css/blogmain": {
"styles": [
"vendor/@fortawesome/fontawesome-free/css/all.css",
"vendor/bootstrap/dist/css/bootstrap.css",
"vendor/select2/dist/css/select2.css",
"vendor/icheck/skins/square/_all.css",
"vendor/ionicons/css/ionicons.css",
"userfrosting/css/uf-jqueryvalidation.css",
"userfrosting/css/uf-alerts.css",
"userfrosting/css/AdminLTE.css",
"userfrosting/css/AdminLTE-skins-all.css",
"userfrosting/css/userfrosting.css"
],
"options": {
"result": {
"type": {
"styles": "plain"
}
}
}
}
}
}