Javascript and coffeescript files in my Rails app are rendered with proper spacing and indentation on my local server. However, once deployed to a remote server, they render as a single line with variable names changed to single-characters, seemingly in an attempt to "scramble" the javascript. What is causing this? How can I turn this behavior off?
For context, I'm trying to debug a javascript file in my Rails app for IE9, for which I use Virtual Box to view the staging version of the app. While I guess I'd prefer "scrambled" javascript on production, its very difficult to debug.