lucamezzalira / haxe-watchify

automatic build tool for your Haxe and OpenFL projects. It monitors the changes in your files and runs the build of your projects
https://www.npmjs.com/package/haxe-watchify
51 stars 4 forks source link

Server: Error: stdout maxBuffer exceeded #14

Closed sruloart closed 9 years ago

sruloart commented 9 years ago

The server shuts down after a while with this error:
error starting livereload server! Error: stdout maxBuffer exceeded.

Building is fine and is great, I'll be reviewing it today and the whole Sunday :)

lucamezzalira commented 9 years ago

probably it's related to issue #11

lucamezzalira commented 9 years ago

It's possible fixed increasing the maxBuffer size, you'll find in the next release

lucamezzalira commented 9 years ago

just released the new version please update and check if it's fixed :+1:

sruloart commented 9 years ago

Yep, that's fixed it! :)

lucamezzalira commented 9 years ago

Nice :-)

sruloart commented 9 years ago

The monitor also works, so that's also pretty Nice!