glob-transform

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i glob-transform

Weekly Downloads

3

Version

0.1.0

License

MIT

Last publish

Collaborators

  • quarterto