Hi, Christian
Another co-author here, first of all, thank you for bringing more attention to the gem.
We tried it on different projects, with different approaches for front-end, eg esbuild + tailwindcss, old school asset pipeline or webpacker (now shakapacker), and yet, we have never changed config.assets.compile or config.assets.digest, it would be great if you could create a sample app where your problem reproduces and open an issue.
ehi @manastyretskyi , sorry for the delay, I'haven't logged in for a while.
I can share the exact project on which I encountered this issue: github.com/a-chris/faenz
I've been using Rails 7 and I completely ditched the NodeJS dependency for the assets, let me know if you have any suggestion 🙏
Not sure what the cause of it might be. It would make sense if page reloaded but styles didn't change, but I have doubts that this config can somehow affect if the page is reloaded or not.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi, Christian
Another co-author here, first of all, thank you for bringing more attention to the gem.
We tried it on different projects, with different approaches for front-end, eg esbuild + tailwindcss, old school asset pipeline or webpacker (now shakapacker), and yet, we have never changed
config.assets.compileorconfig.assets.digest, it would be great if you could create a sample app where your problem reproduces and open an issue.ehi @manastyretskyi , sorry for the delay, I'haven't logged in for a while.
I can share the exact project on which I encountered this issue: github.com/a-chris/faenz
I've been using Rails 7 and I completely ditched the NodeJS dependency for the assets, let me know if you have any suggestion 🙏
I cloned your project locally and commented out
config.assets.compile = trueandconfig.assets.digest = false, works perfectly fine.I tried again but if I remove
config.assets.digest = falsethe page doesn't automatically reload when I make some changesNot sure what the cause of it might be. It would make sense if page reloaded but styles didn't change, but I have doubts that this config can somehow affect if the page is reloaded or not.