sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 209 forks source link

Out of the box #240

Closed doivosevic closed 9 years ago

doivosevic commented 9 years ago

Would it be by any chance possible to explain how to use this without prior usage of grunt? Is this package meant to be used as a grunt watch for changes in scss files so that it builds css on save?

arthurvr commented 9 years ago

Support questions are better asked on stack overflow.

Is this package meant to be used as a grunt watch for changes in scss files so that it builds css on save?

This task behaves like every other Grunt task so this decision is up to you. Depends on the rest of your build system too.

doivosevic commented 9 years ago

I apologize for my lazyness. I got it all working now.