You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,7 @@ Add a script tag to your page pointed at the livereload server
46
46
ignore nothing. It is also possible to define an array and use multiple [anymatch](https://github.com/micromatch/anymatch) patterns.
47
47
-`delay` - (Default: `0`) amount of milliseconds by which to delay the live reload (in case build takes longer)
48
48
-`useSourceHash` - (Default: `false`) create hash for each file source and only notify livereload if hash has changed
49
+
-`useSourceSize` - (Default: `false`) check size for each file source and only notify livereload if size has changed (Faster than `useSourceHash` but it has a downside. If file size hasn't changed no reload is triggered. For example if color has changed from `#000000` to `#ffffff` no reload will be triggered!)
0 commit comments