Releases: napcs/node-livereload
Releases · napcs/node-livereload
0.9.3
0.9.2
- Server: Added
filesToReloadoption to specify a list of filenames that should trigger the reload, rather than relying on extensions alone. - CLI: You can use the
-for--filesToReloadoption with the command line tool to specifiy filenames that should trigger a reload. - CLI: The file path is no longer fixed to a specific position in the arguments list
- CLI: You no longer need to specify the file path when using additional arguments
- CLI: You can use the
-opor--originalpathoption with the command line tool instead of writing your own server. - CLI: The help screen displays more accurate option descriptions.
- Tests: Added more specific tests to ensure that refresh is called in various scenarios.
- Other: Removed
Cakefileas Cake is no longer needed. Usenpm run testsandnpm run buildinstead. - Dependencies: Updated
chokidardependency to 3.5.1 - Dependencies: Updated
livereload-jsdependency to 3.3.1 - Dependencies: Updated
wsdependency to 7.4.3