theelims / ESP32-sveltekit

A simple and extensible framework for ESP32 based IoT projects with a feature-rich, beautiful, and responsive front-end build with Sveltekit, Tailwind CSS and DaisyUI. This is a project template to get you started in no time with a fully integrated build chain.
https://theelims.github.io/ESP32-sveltekit/
Other
90 stars 15 forks source link

rename spinner.svelte to Spinner.svelte #7

Closed EvEggelen closed 8 months ago

EvEggelen commented 9 months ago

Used: release 0.2.1

In the release the file spinner.svelte is present ( src/lib/components). During build a Spinner.svelte is needed. On a Linux machine that is case sensitive for filenames this results in an error.

theelims commented 9 months ago

Thank you for highlighting this. Will be fixed with the next release.