UNPKG

shampoo

Version:

The ultimate Grunt Browserify task. Run once or watch files for changes. Uses a cache for super speed (instant builds). CoffeeScript support built in. Alias mappings. Shimming. Everything in one easy to use package.

6 lines (5 loc) 185 B
glob = require 'glob' console.log '---not a glob---' console.log glob.sync('example/glob/glob-1.coffee') console.log '---glob---' console.log glob.sync('example/glob/**/*.coffee')