Gerson Goulart

Results 18 comments of Gerson Goulart

It would be really nice to be able to configure this behaviour. Perhaps just exposing supervisor's `--watch` would suffice?!

#48 should be a valid implementation. What do you guys think?

@jprichardson I'm sorry this sounded like overcomplicating. The goal would be exactly to avoid running `reload` every time absolutely any file at all from the root of the project downwards...

Would it be the case to create a `set` method in the monkey? As I was reading, this idea came to my mind: ``` var tree = Baobab({ currentEventid: 12,...

That would be amazing! I was trying to read through the webpack plugin to see if I could port it, but it went over my head.

Great idea @kozmic! I think I had a bit of an "all-or-nothing" mentality while writing the first comment, but you're right: A combination of both solutions sounds like the best...

Hey @eoftedal! So, let me see if I clearly understood how the mechanics of Retire.js would work: - `Retire.js` would check the root of a 3rd party project for a...

I was trying to create a GrunJS taks as well: https://gist.github.com/4552595 . But can't get it to work without the .groc.json file (and using the grunt initConfig instead). Any suggestions...

Actually I just got it to work by converting the grunt options (same structure as the .groc.json file) to a list of CLI commands. Please check the https://gist.github.com/4552595 gist again,...