Custom views not loading in production mode, but load in development
问题 I'm creating a completely new frontend for spree (need a custom set of markup and JS, so Deface isn't a good option in this case). The views I override work fine in development but once I load it up in production it starts to load the views from the core and frontend gems All my overrides are located in app/views/spree/... But that is all ignored in production and is loaded from the default gems. I'm running Unicorn and Nginx on top. Anyone have the slightest idea what could be the case? This