Open
Description
** Is this for an existing documentation file? **
https://sveltematerialui.com/THEMING.md -> Building Your Theme
** What needs improvement? **
The build descriptions won't work with default svelte setup because of invalid links. No idea how they are meant to work with the information provided, but this was my solution:
- package.json: "/build/ needs" to be "/public/build"
- index.html: stylesheet-link /static/ needs to point to /build/
I also included npm run prepare
in the build script prior to rollup -c
to keep both in sync, but that is a side note.