File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -91,11 +91,13 @@ to build optimised static websites, ready to be hosted.
9191
9292### Grunt Source Configuration
9393
94+ In your Gruntsource.json file, the following properties are allowed:
95+
9496* ` source ` - ** required** - the directory where the * source* Grunt environment resides.
9597* ` repo ` - the Git repository which will be used to initialise and update the ` source ` .
9698 * ` url[@ref] ` where ` ref ` is a [ Git Reference] ( http://git-scm.com/book/en/Git-Internals-Git-References ) (tag or commit hash)
9799* ` config ` - an object which will get merged when you call ` grunt.initConfig() ` , allowing you to override the source Gruntfile configuration.
98- * ` <prop> ` - any valid JSON value, in your ` Gruntfile.js ` , these will be accessible as ` grunt.source.<prop> ` .
100+ * ` <prop> ` - any valid JSON value, in your ` Gruntfile.js ` will be accessible as ` grunt.source.<prop> ` .
99101
100102### Grunt Source Object
101103
You can’t perform that action at this time.
0 commit comments