onsa
1/19/2017 - 12:06 PM

Install Sass only if really needed - otherwise grunt-sass can do the work for you (note: grunt-contrib-sass is ruby-based)

Install Sass only if really needed - otherwise grunt-sass can do the work for you (note: grunt-contrib-sass is ruby-based)

# install ruby
	sudo apt-get install ruby-full

# install sass
	gem install sass