I
I
Ivan2015-06-11 13:56:29
CoffeeScript
Ivan, 2015-06-11 13:56:29

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

1 answer(s)
Y
Yuri Shikanov, 2015-06-11
@ATNC

coffee -wc -o js src
src is a positional argument and must be specified at the end

Similar questions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question