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
With cssbundling-rails or tailwindcss-rails, the app/assets/builds folder is the main place to watch for CSS files.
app/assets/builds
Would it make sense to include this folder in the engine's default config? Happy to make a PR if so!
https://github.com/basecamp/hotwire-spark/blob/c8ce327654dc370ce8c217d984e59d6614bad1c0/lib/hotwire/spark/engine.rb#L11
css_paths: %w[ app/assets/stylesheets app/assets/builds ],
The text was updated successfully, but these errors were encountered:
Yes @excid3 thanks, go for it!
We're interested in supporting jsbundling and cssbundling out of the box, even if we didn't target those in the initial version.
Sorry, something went wrong.
Add builds folder for CSS monitoring
cc6849e
Closes hotwired#11
Successfully merging a pull request may close this issue.
With cssbundling-rails or tailwindcss-rails, the
app/assets/builds
folder is the main place to watch for CSS files.Would it make sense to include this folder in the engine's default config? Happy to make a PR if so!
https://github.com/basecamp/hotwire-spark/blob/c8ce327654dc370ce8c217d984e59d6614bad1c0/lib/hotwire/spark/engine.rb#L11
The text was updated successfully, but these errors were encountered: