Skip to content

Broken description for custom themes #465

Open
@ModischFabrications

Description

@ModischFabrications

** 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions