- Code: Select all
{
"cmd": ["cmd.exe", "/c", "start", "haml.bat", "$file", "$file_path/../$file_base_name.html", "exit"],
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"working_dir": "${file_path}",
"selector": "source.haml"
}
But here is problem: There is no log/notification of the build process in Sublime Text window. Is there a way to capture, at least the success message?
This is what I see now:
[Finished in 0.2s]
Thanks.
p.s. As you may realize, this is my effort after asking the question here: viewtopic.php?f=3&t=9450