I am trying to convert an existing app to the new 3.1 asset pipeline layout, and want to include a lot of vendor files that have to be in a specific order, (underscore.js an
I believe you can put a library.js in your in vendor/assets/javascripts and then simply
library.js
vendor/assets/javascripts
//= require library.js
from your application.js, no?
application.js