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

Reload dev server when adding assets #63

Closed
eldoy opened this issue Nov 29, 2022 · 1 comment
Closed

Reload dev server when adding assets #63

eldoy opened this issue Nov 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@eldoy
Copy link
Owner

eldoy commented Nov 29, 2022

Right now new assets in app/assets does not cause the dev server to reload so you must reload manually.

Add more file types to nodemon? Or include nodemon config and better package.json scripts?

@eldoy eldoy added the bug Something isn't working label Nov 29, 2022
@eldoy
Copy link
Owner Author

eldoy commented Jan 3, 2023

Fixed by using nodemon -e '*' in package.json dev script.

@eldoy eldoy closed this as completed Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant