schickling / gulp-webserver

Streaming gulp plugin to run a local webserver with LiveReload
https://www.npmjs.org/package/gulp-webserver
MIT License
355 stars 84 forks source link

DirectoryListing path incorrect #104

Open wlkns opened 8 years ago

wlkns commented 8 years ago

DirectoryListing: true will always serve the directory listing from the parent path.

The solution: directoryListing: { path: 'customFolder' }

Hope this helps someone.

FlorianWerndl commented 8 years ago

Thank you @arkin- , it helped me.

wlkns commented 8 years ago

No problem @FlorianWerndl, took me a while to figure it out, glad it helped.