hawx / guard-sass

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

Support for sourcemap #50

Closed marcialca closed 10 years ago

marcialca commented 10 years ago

In the latest versions of Sass, the --sourcemap options is available to create sourcemaps for the produced css. It would be nice to have this same option using guard.

hawx commented 10 years ago

This seems to only be available in alpha. When it gets added to a main release I will look at adding support for generating sourcemaps.

jsit commented 10 years ago

Source Maps are now supported in the main release of Sass (3.3.x). I'd love to see support for this in guard-sass.