If I\'m using //=require_tree .
in application.css, is there a way to exclude particular files other than resorting to //=require_directory
and tre
NB: This answer is now out of date, with an update to Sprockets having this feature. See the answer below.
===
This is not possible with current Sprockets directives, but it seems like a handy feature.
The other way to to manually list each file you want.
Perhaps you could file this as a feature request over on the Sprockets repo? :-)