From 4f66138f77a1c78e7c98b54415b9a0180021cbcb Mon Sep 17 00:00:00 2001 From: Leonardo Balter Date: Wed, 14 May 2014 09:40:47 -0300 Subject: [PATCH] Docs: Reference to enable livereload on HTML in options.livereload topic --- README.md | 2 ++ docs/watch-options.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index fd2fa4c..f7b8773 100644 --- a/README.md +++ b/README.md @@ -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: { diff --git a/docs/watch-options.md b/docs/watch-options.md index d26d574..a8e5509 100644 --- a/docs/watch-options.md +++ b/docs/watch-options.md @@ -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: {