0.1.0 • Published 10 years ago

glob-transform v0.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

filter-transform

filter browserify transforms by files

install

npm install filter-transform

usage

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
)

licence

MIT. © matt brennan