boilerplate module to be cloned for inserting css/js overrides in sites where a whole sub-theme maybe overkill
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
957 B

# Custom module library for general purposes.
global:
js:
js/theme-overrides.js: {}
css:
theme:
css/theme-overrides.css: {}
dependencies:
- core/drupalSettings
- theme_overrides/jquery-labelauty
# Third-party library (self hosted).
jquery-labelauty:
remote: https://github.com/fntneves/jquery-labelauty
version: 1.1.0
license:
name: MIT
url: https://github.com/fntneves/jquery-labelauty/blob/v1.1.0/LICENSE
gpl-compatible: true
js:
/libraries/jquery-labelauty/source/jquery-labelauty.js: {}
css:
component:
/libraries/jquery-labelauty/source/jquery-labelauty.css: {}
dependencies:
- core/jquery
# Third-party library (CDN).
vuejs:
remote: https://vuejs.org
version: 2.0.5
license:
name: MIT
url: https://github.com/vuejs/vue/blob/dev/LICENSE
gpl-compatible: true
js:
https://cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js: {type: external, minified: true}