arboleya / coffee-toaster

Minimalist build system for CoffeeScript.
114 stars 23 forks source link

Added autorun mode #48

Closed G3z closed 11 years ago

G3z commented 11 years ago

I've added the option to run the generated code in a node child process: i think this is cool when you are working on server stuff. i've tested and errors crashes child process but not toaster process.

basically if you run

toaster -wa

your file is lunched after every compilation

i hope you like it (and i hope i didn't mess up with git)

G3z commented 11 years ago

sorry for clumsy committing

arboleya commented 11 years ago

Hi, I'm in the middle of a crazy refactoring process right now, but as soon as I finish it I'll surely take a look into this.

Thank you for contributing, hope you're enjoying using Toaster. :)

hems commented 11 years ago

Hey bro @G3z , have a look on this i bet you'll enjoy :8ball:

http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html

G3z commented 11 years ago

Where were you yesterday? >:) Thanks BTW

hems commented 11 years ago

( : cheers bro happy toasting

arboleya commented 11 years ago

Hi @G3z, I'm backing from the hell I faced refactoring this whole thing to work multiplatform.

I'd be happy to merge your pull request, but this one you've opened long ago is completely outta date. More than that, there must to be some docs covering it.

So, please don't hate me, but could you re-made your changes on top of the master version and send it back as a new pull request? I need you to document this usage as well in the README.

I'm so busy with others thing now I can't just get the concept you've implemented and re-implement it over the current version, and specially cant work on this docs now.

So if you could do it, I'll pleasurably merge it.

Thank you.

arboleya commented 11 years ago

I can help you with anything you need, if you need.

We can chat in gtalk if you find it useful.

arboleya commented 11 years ago

Sorry for the mass posting, this is the last, I just wanted to remember you to look at the updated docs on contributing: https://github.com/serpentem/coffee-toaster#contributing

G3z commented 11 years ago

no problem :)