Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a simple file watcher to the Cot CLI as a zero-dependency alternative to Bacon #103

Open
m4tx opened this issue Jan 19, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@m4tx
Copy link
Member

m4tx commented Jan 19, 2025

Context:

Because the template also uses live-reloading on the client (web browser) side, but it's pretty much useless if you don't actually recompile the project. Bacon is currently pretty much a de-facto standard tool for auto recompiling in the Rust world, but maybe we could create our own, simple solution in the future. This way we could avoid adding more configs to the users' projects while it would still be possible to point to Bacon for a more featureful option in the docs.

(#100 (comment))

@m4tx m4tx added enhancement New feature or request good first issue Good for newcomers labels Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant