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
You can require each file in particular order and then add:
//= require_self
instead of:
//= require_tree .