hawx / guard-sass

Guard::Sass automatically rebuilds sass files when modified (like sass --watch)
MIT License
88 stars 35 forks source link

Add option to compile all sass on start #23

Closed kareemk closed 12 years ago

kareemk commented 12 years ago

This ensures that compiled sass files are always fresh

hawx commented 12 years ago

Thanks for that, should have added this ages ago. I've just changed it be :all_on_start because other guards use that.