a watch function is required, like that of coffeescript
zcaudate opened this issue · comments
love the language but need more tools like a watch directory option in the commandline
I like it!
I'm not familiar with command line nodejs but I'll give it a try.
Thanks for your idea.
Ha! Node has got convenient APIs for this! fs.readdir and fs.watchFile would do the work. I'll go and implement this thing right now.
Should the script watch for files that are added after its invocation?
Done!
brilliant! thanks for the quick response!
On 19/10/2012, at 12:18 AM, Minori Yamashita wrote:
Done!
—
Reply to this email directly or view it on GitHub.
I've been using this feature for a while and noticed it would be nicer if the script
- watches files added after the invocation
- have a way to specify the directory to watch