Hello,
Have couple of questions. First of all, I try to redirect standard
output after executing google closure stylehseets jar file, but even though
I see output in the console, I don't see anything in stdout pipe (in go
code). Here is little code snippet - http://pastie.org/5051763. The strange
part is that when I use another preprocessor (sassc), then output from
stdout is shown correctly. I assume it has something to do with java, but
not quite sure what exactly.
Other question I have is - where should I put PATHs in order for them
to be fetched when I execute "exec.Command". I tried adding values to
.bashrc, but it doesn't seem to work.
--