I have this: coffee --output extension/javascripts/ --compile app.coffee
and I want to add --watch parameter. How can I implement this?
because when I do so, it does not work
─$ coffee --output extension/javascripts/ --compile app.coffee --watch
File not found: --watch.coffee