I have used sass alone(not using grunt) and thorough grunt too. What I observe is grunt-sass is lot slower than using sass alone. What could be the possible reasons for this? I have disabled the sourceMap in grunt-sass by following code:
compile: {
options: {
style: 'nested',
sourcemap: 'none',
}
}