Lazily require glob, since it takes so long to load.
Install with npm
$ npm i lazy-glob --save
Returns a function that should be called when needed.
var glob = require('lazy-glob');
glob().sync('foo/*.js');
lazy-cache: Cache requires to be lazy-loaded when needed.
Install dev dependencies:
$ npm i -d && npm test
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
Jon Schlinkert
Copyright © 2015 Jon Schlinkert Released under the MIT license.
This file was generated by verb-cli on June 01, 2015.