Open rss81 opened 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?
atom-live-sever.json
but this doesn't work. It displays in the browser index.html.
If I change the json to:
it displays index2.html
Is this a bug in atom-live-sever?