Richik SC
Richik SC
Would it be beneficial to close all ports when Atom quits? That should be the behavior, but looks like there's a bug I need to fix.
Hmm... looks like stopServer(), and by extension, `kill()`, should be called in the Atom `deactivate()` hook. Could you explain how you reproduce this issue? Looks like it might have to...
If you don't mind, can I get a link to a repository that I could clone and reproduce this bug?
What's your ideal UX to select which project you would like to open?
Sure, using the currently opened tab's project is a great idea! I'll work that into the [atom-live-server-plus package](https://github.com/richiksc/atom-live-server-plus).
This issue was fixed in [richiksc/atom-live-server-plus](http://github.com/richiksc/atom-live-server-plus) release v3.0.0.
If the JSON is served with an improper content-type, then users can enable it by manually clicking on the exception. I think it is better to give the majority of...
@tulios?
@tulios Any updates on whether this might be merged?
Not pruning the source makes adds unneccessary weight to the external stylesheet, which means the browser has to download those extra bytes from the network, increasing the page weight and...