Output paths with file watcher doesn't work
Hi,
I don't know if this is a bug.
I tried to use the file watchers to generate my js files from coffeescript files.
Whatever value I set in output paths in file watcher,
../js/$FileNameWithoutExtension$.js
$FileParentDir$/js/$FileNameWithoutExtension$.js
the generated file is in the same folder as the original file
I'm using Pycharm 2.7.2 build #PY-129.314 JDK 1.7.0_17 64 bit on Linux ubuntu 13.04 64 bit
I don't know if this is a bug.
I tried to use the file watchers to generate my js files from coffeescript files.
Whatever value I set in output paths in file watcher,
../js/$FileNameWithoutExtension$.js
$FileParentDir$/js/$FileNameWithoutExtension$.js
the generated file is in the same folder as the original file
I'm using Pycharm 2.7.2 build #PY-129.314 JDK 1.7.0_17 64 bit on Linux ubuntu 13.04 64 bit
Please sign in to leave a comment.


--output $FileParentDir$/js –compile $FileName$
See http://coffeescript.org for other argument settings.