rendrjs / rendr-app-template

Basic skeleton for a Rendr app. Deprecated in favor of ./examples dir in rendr repo.
MIT License
285 stars 83 forks source link

replace grunt-bg-shell with grunt.util.spawn #39

Closed c089 closed 11 years ago

c089 commented 11 years ago

with grunt-bg-shell the child stdout of the child process would be buffered until the buffer is full and node would then kill the process

c089 commented 11 years ago

Sorry, Fridays first commit was buggy but now it should work as expected: Server starts, can handle many requests, templates are compiled and restart on changes works. Now it is also possible to type 'rs' to restart manually.

spikebrehm commented 11 years ago

Thanks :beers: