Closed SimonDolph closed 9 years ago
Sorry for that, I'm using Mac, and I don't test it on Windows. But if no quotes, it fails on my Mac.
I know that. This is okay for Linux and Mac but Windows. I have another plan and am working on it.
@SimonDolph checkout planB. https://github.com/ijse/freemarker.js/tree/planB
It works after I change 1 line in index.js from
var args = [tplFile, '-C', cfgFile, '-o=' + tmpFile];
to
var args = [tplFile, '-C', cfgFile, '-o', tmpFile];
Am I on the right way?
@SimonDolph Try 35f34d669a31846596fc65eafbae828fd1d7c963
It works, nice job!
Thanks for your pr. But it fail on Windows due to the quote problem.