I\'d like to play around with integrating coffeescript into my dev process. But as I see it, I\'ll have to make a bat file that iterates a set of coffee files and spits out js f
coffee --watch -o lib -c src
where src is a directory containing your coffee files, and lib is your JavaScript output directory.
src
lib