0.2.0 • Published 8 years ago

browserify-glob v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

browserify-glob

simple glob pattern handling for browserify

pass glob patterns to browserify. just a simple wrapper, output is the same as that of the vanilla browserify usage.

installation

$ npm install browserify-glob --save-dev

usage

cli

$ browserify-glob **/*.spec.js > specs.js

$ browserify-glob **/*.spec.js | tap-closer | fumigator | tap-dots :rocket:

node

const browserglob = require('browserify-glob');

browserglob('**/*.spec.js')
  .pipe(process.stdout);

license

mit @ kasper lewau

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago