added decoupled custom module, started mathallo theme, not tested yet
This commit is contained in:
20
web_main/themes/custom/mathallo/mathallo.libraries.yml
Normal file
20
web_main/themes/custom/mathallo/mathallo.libraries.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
# Main theme library.
|
||||
global:
|
||||
js:
|
||||
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/main.js:
|
||||
type: external
|
||||
attributes:
|
||||
type: module
|
||||
Reference in New Issue
Block a user