I'm using custom devise views created by the rails-prelaunch template - https://github.com/RailsApps/rails-prelaunch-signup
In development, everything works fine. I see the devise views I'm expecting (from the views/devise folder).
However, as soon as I switch to production, the app starts using the default devise gem views.
Any ideas as to what might be going on?
Thanks!