We use Visual Studio 2013 for our development and we need to have .sass files to be compiled to CSS (and do the same as part of build/CI). We are exploring options with Grunt/Gulp.
In the following Urls, there is a mention that we need ruby installed on the machine in order to have Sass (monitor and) compilation using Grunt:
- http://www.smashingmagazine.com/2013/10/get-up-running-grunt/
- http://www.gibedigital.com/blog/2015/may/28/compiling-sass-in-visual-studio-2015/
- http://ryanchristiani.com/getting-started-with-grunt-and-sass/
In the following urls, there is no mention of ruby to achieve the same task:
- http://mattwatson.codes/compile-scss-javascript-grunt/
- How to setup Gruntfile.js to watch for SASS (compass) and JS
What is Ruby, and how is that related (if so) to Sass compilation using grunt? Can we not achieve the task without Ruby? If so, advantages/disadvantages.