Skip to content

Commit a3ae249

Browse files
committed
Update README.md
1 parent b076657 commit a3ae249

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)