I operate Rails 3.2.13 and I ran a
rake assets:precompile
In order to activate some CoffeeScript that wouldn't fire otherwise, and it completely ruined my pages layout, which was fine until then. The menu of my application is now vertical instead of horizontal and the rest of the pages is subsequently invisible.
I use Bootstrap and I suspect this has been updated, for some reason, but it's too much work to change it, if I only knew why it has changed and what has changed anyway...
I would like to go back to the former state of my layout.
Is there any way to roll back ?