I would like to have the non-minified version of JavaScript libraries being used in development, and the minified versions used elsewhere.
How would I go about doing this if I'm using Rails assets?
I'm including like this:
application.haml
= javascript_include_tag :application
application.js
//= require jquery/jquery-1.7.2.min.js
//= require jquery/jquery-ui-1.8.20.custom.min.js
... and many more