In the application.js file, you can include the following:
//= require_tree ../../../vendor/assets/javascripts
And also for entries, you can do the same for style sheets in application.css:
*= require_tree ../../../vendor/assets/stylesheets
source share