hawx / guard-sass

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

Add :always_resolve_dependencies flag #57

Closed hawx closed 7 years ago

hawx commented 8 years ago

Adds the option :always_resolve_dependencies => true that will cause guard-sass to resolve dependencies for any files, not just partials.