Docs: Reference to enable livereload on HTML in options.livereload topic

pull/331/head
Leonardo Balter 11 years ago
parent 10f78603ac
commit 4f66138f77

@ -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: {

@ -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: {

Loading…
Cancel
Save