hiddentao / gulp-server-livereload

Gulp plugin to run a local webserver with livereload enabled via socket.io. Also comes with standalone command-line interface.
MIT License
93 stars 28 forks source link

Simply no longer working #29

Closed landed1 closed 8 years ago

landed1 commented 8 years ago

This was the best IMO live reloading server for gulp ! I think since I updated npm locally to...3.7.2 or some other reason its showing just a directory listing but wont serve any page or file I get the error Cannot GET /dist/index.html

hiddentao commented 8 years ago

Hmm what are your config options?

landed1 commented 8 years ago

they were minimal and all kinds of tests in between. Have you tried with the latest npm ? It does work setting a fallback however then every file falls back to this file.

hiddentao commented 8 years ago

Just tested this myself with the latest (1.7.0) and it works fine for me. It serves up files both in the root folder as well as subfolders.

landed1 commented 8 years ago

ok thanks for that. I am at a loss.