forked from ymcatwincities/openy_gated_content
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathopeny_gated_content.libraries.yml
80 lines (69 loc) · 1.71 KB
/
openy_gated_content.libraries.yml
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
admin_ui_styles:
version: 0.1
css:
theme:
assets/css/admin_ui_styles.css: {}
openy_lily_styles:
version: 0.1
css:
theme:
assets/css/openy_lily.css: {}
openy_carnation_styles:
version: 0.1
css:
theme:
assets/css/openy_carnation.css: {}
openy_rose_styles:
version: 0.1
css:
theme:
assets/css/openy_rose.css: {}
openy_gated_content_styles:
version: 0.1
css:
theme:
assets/css/openy_gated_content.css: {}
openy-rose-menu:
version: 0.1
js:
assets/js/openy_rose.behaviors.js: { minified: false }
gated-content-hash-fix:
version: 0.1
js:
assets/js/hash.behaviors.js: { minified: false }
alerts:
version: 0.1
js:
assets/js/alerts.behaviors.js: { minified: false }
gated-content-vue:
version: 0.2
js:
js/gated-content/dist/gated-content.umd.min.js: { minified: true }
dependencies:
- openy_system/polyfill
- openy_system/axios
- openy_system/vue
- openy_system/vue-router
- openy_system/vuex
- openy_gated_content/vuex-persist
- openy_gated_content/gated-content-styles
- openy_system/openy_system.ajax_spinner
- openy_gated_content/gated-content-hash-fix
- openy_gated_content/alerts
gated-content-styles:
version: 0.2
css:
theme:
js/gated-content/dist/gated-content.css: { minified: true }
lodash:
version: 4.17.15
js:
'https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.15/lodash.min.js': { type: external, minified: true }
vuex-persist:
version: 2.2.0
js:
'https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/index.min.js': { type: external, minified: true }
dependencies:
- openy_system/vue
- openy_system/polyfill
- openy_gated_content/lodash