Is there a more efficient method to compile my sass files with sourcemap enabled other than using the command below?
sass --compass --sourcemap --style compact --watch sass:css
In the case of utilizing compass, 'compass watch' would be the preferred option as it automatically reads configurations from the config.rb file.