Answer the question
In order to leave comments, you need to log in
How to set up a watcher for Webstorm?
You need to merge all .coffee files in the folder into one .js file. The site says about the --join argument, the console swears that it is outdated and will be removed soon. They propose such a construction cat *.coffee | coffee --compile > file.js
. The problem is that the caretaker accepts only arguments for the program.
Is it possible to dodge somehow? Not such a clever move. Or will you have to run gulp? It would be desirable through native function.
Answer the question
In order to leave comments, you need to log in
As a very rough option, create a bat-nick that will call coffeee.cmd with the necessary parameters, and redirect the output to $FileDirName, which you pass to it from the watcher. Of course, the option is not very good, and it is better to start Gulp, but nothing else comes to mind
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question