Search code examples
node.jssassgruntjslibsass

Compile SASS +Grunt -Ruby -Python


is there any way to compile SASS without Ruby or Python? I used compass and grunt-sass/node-sass but want to compile it on windows-machines without the need to install one of them.


Solution

  • node-sass doesn't require Python or Ruby to run. Python is only requiredto rebuild the binary if you're running on a Node version that doesn't have a precompiled binary available. EX: you're running the latest Node, but a really old node-sass.