svelte-material-ui icon indicating copy to clipboard operation
svelte-material-ui copied to clipboard

docs: suggest leveraging vite static asset handling for theme files

Open NickantX opened this issue 9 months ago • 0 comments

Vite's Static Asset Handling can be helpful to mention in the instructions for theming SMUI. Notably, it solves the problem of stale caches after you deploy an updated SMUI theme for your application. I've included it here as a separate option rather than removing anything else, since not everyone is using Vite, but it is the default for new SvelteKit apps.

NickantX avatar May 18 '24 22:05 NickantX