Skip to content

Instantly share code, notes, and snippets.

@codeactual
Last active December 18, 2015 00:09
Show Gist options
  • Save codeactual/5695040 to your computer and use it in GitHub Desktop.
Save codeactual/5695040 to your computer and use it in GitHub Desktop.
module.exports = function(grunt) {
'use strict';
require('grunt-horde')
.create(grunt)
.demand('initConfig.projName', 'conjure')
.demand('initConfig.instanceName', 'conjure')
.demand('initConfig.klassName', 'Conjure')
.loot('node-component-grunt')
.loot('node-lib-grunt')
.loot('node-bin-grunt')
.loot('./config/grunt')
.attack();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment