I have a bunch of external javascript libraries in my Rails project which are all included in the application.js, so they are precompiled on every deployment to Heroku, which runs for a long time.
Do you have any suggestions how to decrease the asset compilation time, and if possible, without the use of CDN.
Thanks.