jas-chen / atom-live-server

Launch a simple development http server with live reload capability.
https://atom.io/packages/atom-live-server
MIT License
121 stars 49 forks source link

atom-live-sever not recognizing root folder #278

Open rss81 opened 3 years ago

rss81 commented 3 years ago

atom-live-sever.json

{
    "root": "4. DOM Projects/sandbox/project 4/",
    "entry-file": "index2.html"
}

but this doesn't work. It displays in the browser index.html.

If I change the json to:

 {
    "root": "",
    "entry-file": "4. DOM Projects/sandbox/project 4/index2.html"
 }

it displays index2.html

Is this a bug in atom-live-sever?