"Watching a file" helps me to automatically update the changes I make in the sass file to the css output.
To watch a Sass file is very simple:
sass --watch input.sass:output.css
but for a Haml file I can't find a similar command
Any suggestions?