Sass compilation using Grunt and the role of ruby -
we use visual studio 2013 our development , need have .sass files compiled css (and same part of build/ci). exploring options grunt/gulp.
in following urls, there mention need ruby installed on machine in order 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 following urls, there no mention of ruby achieve same task:
- http://mattwatson.codes/compile-scss-javascript-grunt/
- how setup gruntfile.js watch sass (compass) , js
what ruby, , how related (if so) sass compilation using grunt? can not achieve task without ruby? if so, advantages/disadvantages.
ruby programming language; sass written ruby. must have ruby in order install , use sass. away using sass without ruby if use http://libsass.org/ (a c implementation of sass). libsass should more performant beginner may want stick regular sass because setup easier.
those 2 links don't mention ruby because assume have sass setup. explaining how setup grunt.
Comments
Post a Comment