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

31 lines
732 B
YAML
Raw Normal View History

2024-10-15 10:09:10 +02:00
# redirect-js:
# header: true
# js:
# assets/dist/scripts/redirect.min.js: { weight: -998, preprocess: false, minified: true }
# Main theme library.
global:
js:
2024-10-15 17:02:22 +02:00
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: {}
2024-07-16 17:01:09 +02:00
vitehmr:
js:
http://localhost:5173/@vite/client:
type: external
attributes:
type: module
2024-10-15 10:09:10 +02:00
http://localhost:5173/assets/js/redirect.js:
type: external
attributes:
type: module
http://localhost:5173/assets/js/main.js:
type: external
attributes:
2024-10-15 10:09:10 +02:00
type: module