tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.4k stars 484 forks source link

Should entry file flag take precedence over the index file? #417

Open simurgh9 opened 1 year ago

simurgh9 commented 1 year ago

Issue description

If the directory has a test.html and index.html and we run,

live-verser --entry-file=test.html

I expect test.html to open but index.html does. Is this by design? Should this not be the other-way around? I. e., the --entry-file=test.html flag should take precedence over the default behaviour?

Software details