We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Please add ability to watch custom files and folders, such as locale files, helpers, asset folders, etc.
The text was updated successfully, but these errors were encountered:
Update: found #67, but I'd like to propose to add ability to add other files/folders
Sorry, something went wrong.
Hey @alec-c4, you should be able to add custom files and folders by adding them to the config yourself. Something like:
# config/environments/development.rb # ... config.hotwire.spark.html_paths += ["config/locales", "app/helpers", "app/assets"] config.hotwire.spark.html_extensions += ["yaml", "yml", "rb"]
Thanks @marcoroth
No branches or pull requests
Hi!
Please add ability to watch custom files and folders, such as locale files, helpers, asset folders, etc.
The text was updated successfully, but these errors were encountered: