As the title stated, I want to node-sass to watch/compile scss files to css without running the command over and over again.
Edit: Is there a grunt task that can run node-sass instead of ruby sass? Because what I've seen is grunt-contrib-sass/compass all use ruby.
Compile SCSS to CSS using node-sass
– Jonathan de M.