Answer the question
In order to leave comments, you need to log in
How to save the .coffee file in a different directory?
Good day. I'll go straight to the heart of the matter.
There is a project in which 2 folders. The src folder is where the .coffee files are stored, and the js folder is where the already compiled .js should be stored.
When I try to hang watch on the src folder and save the source files in the js folder, I get an error: "File not found: " coffee -wc src -o js
Tell me, please.
Answer the question
In order to leave comments, you need to log in
coffee -wc -o js src
src is a positional argument and must be specified at the end
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question