On 1/7/2016 11:54 PM, Jacob Carlborg wrote:
On 2016-01-07 21:18, ZombineDev wrote:
A) Local http server that you can start like so:
cd dmd
make serve-dmd-docs
browser 127.0.0.1:8080/dmd-internal-docs
What would be the point of the web server? Talk about adding complexity and
dependencies. It's enough to generate the HTML, CSS and JavaScript. Then just
open the files in your browser. Not need to have a web server running.
In Windows anyway, merely typing:
foo.html
at the command prompt brings up foo.html in the browser. This is very
convenient.