filter browserify transforms by files
npm install filter-transform
suspend your disbelief for a second and pretend that coffeeify didn't filter the files itself:
var filterCoffee = filterTransform(
function(file) { return path.extname(file) === '.coffee' },
coffeeify
)
MIT. © matt brennan