Keep in mind that --sourcemap is only supported in Sass v3.3 and higher. Currently v3.3 is in an alpha state, so for this to work the user will need to install the pre-release gem (gem install sass --pre). README.md should probably be updated to indicate that.
This fixes #14.
Keep in mind that
--sourcemap
is only supported in Sass v3.3 and higher. Currently v3.3 is in an alpha state, so for this to work the user will need to install the pre-release gem (gem install sass --pre
).README.md
should probably be updated to indicate that.