-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathasset-bundles.json
executable file
·41 lines (41 loc) · 1.04 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
{
"bundle": {
"css/oauth2": {
"styles" : [
"local/api/bootstrap-toggle-master/css/bootstrap-toggle.min.css"
],
"options": {
"result": {
"type": {
"styles": "plain"
}
}
}
},
"js/oauth2": {
"scripts" : [
"oauth2/js/edit.js",
"local/api/bootstrap-toggle-master/js/bootstrap-toggle.min.js"
],
"options": {
"result": {
"type": {
"scripts": "plain"
}
}
}
},
"js/pages/clients": {
"scripts" : [
"oauth2/js/create.js"
],
"options": {
"result": {
"type": {
"scripts": "plain"
}
}
}
}
}
}