drupal-caravane/web/themes/custom/caravane/caravane.libraries.yml

31 lines
732 B
YAML

# redirect-js:
# header: true
# js:
# assets/dist/scripts/redirect.min.js: { weight: -998, preprocess: false, minified: true }
# Main theme library.
global:
js:
assets/dist/redirect.min.js: { weight: -998, preprocess: false, minified: true }
assets/dist/main.js: {}
# assets/js/main.js: {}
css:
theme:
assets/dist/main.css: {}
# assets/scss/main.css: {}
vitehmr:
js:
http://localhost:5173/@vite/client:
type: external
attributes:
type: module
http://localhost:5173/assets/js/redirect.js:
type: external
attributes:
type: module
http://localhost:5173/assets/js/main.js:
type: external
attributes:
type: module