Skip to content

Commit d94ab9e

Browse files
committed
Add USAGE file
1 parent 5f726ba commit d94ab9e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

app/USAGE

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Description:
2+
Creates a basic Grunt Javascript Task Runner configuration
3+
4+
Options:
5+
Is the DOM involved in ANY way?
6+
Includes either the Qunit or Nodeunit test framework
7+
Will files be concatenated or minified?
8+
Includes the concatenate and minify Grunt tasks
9+
10+
Example:
11+
yo gruntfile
12+
13+
This will create:
14+
package.json: Development packages installed by npm
15+
Gruntfile.js: Configuration for the task runner

0 commit comments

Comments
 (0)