Merge pull request #331 from leobalter/doc-livereload-html

Reference to enable livereload on HTML in options.livereload topic
This commit is contained in:
Kyle Robinson Young 2014-05-14 10:19:48 -07:00
commit 6e6a40caed
2 changed files with 4 additions and 0 deletions

View File

@ -184,6 +184,8 @@ Set to `true` or set `livereload: 1337` to a port number to enable live reloadin
If enabled a live reload server will be started with the watch task per target. Then after the indicated tasks have run, the live reload server will be triggered with the modified files.
See also how to [enable livereload on your HTML](https://github.com/gruntjs/grunt-contrib-watch/blob/master/docs/watch-examples.md#enabling-live-reload-in-your-html).
Example:
```js
watch: {

View File

@ -156,6 +156,8 @@ Set to `true` or set `livereload: 1337` to a port number to enable live reloadin
If enabled a live reload server will be started with the watch task per target. Then after the indicated tasks have run, the live reload server will be triggered with the modified files.
See also how to [enable livereload on your HTML](https://github.com/gruntjs/grunt-contrib-watch/blob/master/docs/watch-examples.md#enabling-live-reload-in-your-html).
Example:
```js
watch: {