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.
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.