-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasu_brand.libraries.yml
35 lines (35 loc) · 1.02 KB
/
asu_brand.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
components-library:
version: 1.3.1
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
js:
node_modules/@asu/component-header/dist/vendor.umd.js: {}
node_modules/@asu/component-header/dist/asuHeader.umd.js: {}
node_modules/@asu/component-cookie-consent/dist/vendor.umd.js: {}
node_modules/@asu/component-cookie-consent/dist/asuCookieConsent.umd.js: {}
js/asu_brand.header.js: {}
css:
component:
css/asu_brand.header.css: {}
css/asu-brand-edit-form.css: {}
css/asu-brand-local.css: {}
block__system_main_block:
css:
theme:
css/asu-brand-edit-form.css: {}
react-core:
version: 0.0.1
dependencies:
- core/jquery
- core/drupal
- core/drupalSettings
- asu_brand/reactjs
js:
node_modules/@asu/components-core/dist/libCore.umd.js: {}
reactjs:
version: 1.x
js:
node_modules/react/umd/react.production.min.js: {minified: true, weight: -10}
node_modules/react-dom/umd/react-dom.production.min.js: {minified: true, weight: -10}