weepy
weepy
I think he just means launching tt from the command line . That's what mate does.
I want to have a number of children views that blend with each other. Do you think it would be easy to extend to support that ? On Sat, 29...
I had it like this first. I suppose the only downside is that you don't always know if it's crashed. I suppose we could have a growl notification ?
gotcha - so perhaps the command-line switches could work like: bounce -nodeOpt lib/servers -- -g -r -w src where the switches after a final -- go to bounce with the...
Or would bounce -g -r -w "node -nodeOpt lib/server.js" be a better approach ?
soz - i don't quite follow your idea -- would you mind explaining it again -- thanks
how about my first suggestion where the bounce options are placed after a --: bounce -nodeOpt lib/server.js -- -g -r -w src It seems fairly simple?
I think if we have my -- idea coupled with some default bounce params export BOUNCE_PARAMS='-w -g -r' && bounce ...etc we'll cover all the bases.
i should think so - i'll look into it.
I need something similar. Can you expand on point 2? I don't quite follow what you mean. On Tuesday, September 17, 2013, Michal Koudelka wrote: > Hi, > > I...