We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f726ba commit d94ab9eCopy full SHA for d94ab9e
app/USAGE
@@ -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