1.0.0 • Published 9 years ago

alias-group-generator v1.0.0

Weekly downloads
4
License
MIT
Repository
bitbucket
Last release
9 years ago

#alias-group-generator

alias-group-generator is a Grunt library that allows you to create groups of files that should be assigned to multiple tasks.

##Features

##Installation

npm install -D alias-group-generator

##Example

Basic Gruntfile.js

module.exports = function(grunt) {

	require('alias-group-generator')(grunt);

};

Gruntfile.js with options

module.exports = function(grunt) {
	var path = require('path');

	require('alias-group-generator')(grunt, {
		//Options here
	});

};

Debugging

1.0.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago