If I'm using //=require_tree . in application.css, is there a way to exclude particular files other than resorting to //=require_directory and tree organization?
Perhaps something like //= require_tree ., {except: 'something'}
|
If I'm using Perhaps something like
| |||
|
feedback
|
|
NB: This answer is now out of date, with an update to Sprockets having this feature. === 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? :-) | |||||||||||||
feedback
|
|
This is now possible with the
| |||||
feedback
|
|
The following monkey patch solves this for me:
| ||||
|
feedback
|