Hi @lemon-wall-20836 ! How's it going. I'm having a weird issue that I never got before, maybe it's the way I'm setting things up this time. Hoping you've come across it before or maybe someone else here did and is willing to provide some insight.
The issue then. I have a rails 7 app set up with jsbundling and cssbundling and all of my assets are compiled properly. Avo's on the other hand, not so much. All of the settings in the avo initializer work in development but do not get compiled when in a production environment through the assets:precompile command. My last resource is gonna be move everything from jsbundling and cssbundling to Vite.
I've tried using the gem directly from rubygems as well as from github + manual compiling and my settings are never applied. Not entirely sure what I can be missing here. Let me know if there's any other info I can provide.