I have a setup where I use Libsass + SASSC to compile SASS files (hugely faster than the regular ruby compiler). It is working great, but I can't manage to generate a SourceMap.
The help (./sassc/bin/sassc -h) in the current version of SASSC says that if you want to emit a SourceMap you need to use '-m, --sourcemap' parameters, however a sourcemap is not generated.
I found this issue that is marked as resolved, but I have the problem anyway.
Any help would be greatly appreciated :)