I develop a backbone application integrated with Rails.
My backbone application is under app/assets/javascripts/src, however I want to include it only in the admin namespace.
The problem is the last line of application.js include all javascript assets:
//= require_tree .
I would like to exclude the src directory. Is it possible?
 
    