grunt-amd-config
v0.2.5
Published
grunt-amd-config ================
Downloads
8
Readme
grunt-amd-config
Utility to simplify and speed up the process of building AMD packages.
Installation
Install grunt-amd-config globally with the following command:
sudo npm install -g grunt-amd-config
Usage
To create a new AMD project run the following commands (replacing projectName with the name of your project):
mkdir projectName
cd projectName
grunt-amd-config
This will setup an initial project template for you with a Grunt build process that includes linting, testing, and asset compiliation/minification.