"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?
"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?
you can try this post: http://stackoverflow.com/questions/3105544/possible-to-watch-both-haml-and-sass-at-the-same-time
the answer says that StaticMatic can do it. haven't tried it yet though