You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, changes to assets (images, Stimulus controllers, etc.) do not take effect in the app unless one runs:
bin/rails assets:clobber
bin/rails assets:precompile
This is time-consuming and also requires a full restart of the server. To save time, it would be nice if we could automatically update these assets in development without manual actions.
The text was updated successfully, but these errors were encountered:
Just a general note, might be a little while before I can work on this. Currently spending most of my time preparing for some upcoming interviews but will get back to it as soon as I can!
I'm going to put this on ice for now. I can't seem to figure out what's going on as, based on my understanding, the whole purpose of Propshaft is to streamline asset delivery without having to manually precompile them.
Currently, changes to assets (images, Stimulus controllers, etc.) do not take effect in the app unless one runs:
bin/rails assets:clobber
bin/rails assets:precompile
This is time-consuming and also requires a full restart of the server. To save time, it would be nice if we could automatically update these assets in development without manual actions.
The text was updated successfully, but these errors were encountered: