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.

20 lines (16 loc) 288 B
'use strict'; module.exports = function(grunt) { grunt.initConfig({ shampoo: { default: { options: { // map: {}, // watch: true }, files: { './dest.js': './source.js' } } } }); };