tags:

views:

14

answers:

0

Currently, Compass is watching the .scss files inside the src folder and automatically updating the cs files. (by typing compass watch myproject).

Is there any way of including haml files in the "watching process"?

(I couldn't install StaticMatic because I don't want to install Ruby1.8).