Hacker News new | past | comments | ask | show | jobs | submit login

does that mean recompile every time them HTML is changed? No thanks :)





A nice intermediate I use is baking the paths into the source code, so that I only recompile when I add files, but I can hot-swap contents without even restarting the server.

Although if you start caching contents in memory (which is faster) you would have to at least kill the server and restart it. Or signal a reload.


Seems like the worst of both worlds. You need to recompile for content changes, and you need to distribute multiple files.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: