Reputation: 394
I am trying to automatically generate a js file from a coffeescript file with file watcher.
I followed this answer : WebStorm's 'CoffeeScript Source Map' File Watcher generates an error
It does create the file but it is empty.
In the output console, it's giving me the the following line
cmd.exe /D /C C:/Users/wmehanna/AppData/Roaming/npm/coffee.cmd --compile --map index.coffee
that when manually executed works.
I am using Webstorm 8.04 and Windows 8.1 as OS.
Any idea how to fix this ?
Thank you
Upvotes: 0
Views: 243
Reputation: 394
I found the issue, if anyone encounter this problem, be sure to uncheck "Create output file from stdout".
Upvotes: 2