Hi,
I was wondering if there was a straightforward way to use guard-coffeescript to have it compile coffee files get compiled to two separate output folder with one single command.
eg: Right now I have the following configuration,
guard :coffeescript, :input => 'src/main/coffeescript', :output => 'src/main/webapp/javascripts'
guard :coffeescript, :input => 'src/main/coffeescript', :output => 'target/web/javascripts'
Is there anyway in which I can call the coffee compile only once?
Regards,
Ankit.