Skip to content

Instantly share code, notes, and snippets.

@codeactual
Last active December 17, 2015 23:19
Show Gist options
  • Save codeactual/5688860 to your computer and use it in GitHub Desktop.
Save codeactual/5688860 to your computer and use it in GitHub Desktop.
module.exports = function(grunt) {
require('grunt-horde')
.create(grunt)
.loot('module-one')
.loot('module-two')
.loot('./config/grunt')
.attack();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment