digisfera / lr-http-server

An HTTP server with livereload included
31 stars 9 forks source link

Updates gaze to watch relative paths #6

Closed pflannery closed 7 years ago

pflannery commented 7 years ago

closes #5

manuelcabral commented 7 years ago

The gaze cwd parameter should be set to absoluteDir, so that the correct files are watched when the dir option is set. Please test that this works correctly.

pflannery commented 7 years ago

@manuelcabral now passes dir as the cwd to gaze. I tested the dir as default and also dir as a custom path. Both scenarios are working