Featured
Posted by
Rob Davarnia on November 16th, 2014.
It’s been a great weekend so far! I had a chance to speak at SoCal Code Camp at USC. I talked about Sass/Compass and how to integrate them in projects using Grunt. I got to USC early on Sunday and was able to catch a few great talks: JavaScript Simplified, by Hattan Shobokshi, as well […]
Featured
Posted by
Rob Davarnia on October 30th, 2014.
In order to use Sass & Compass with Grunt we will need NPM (node package manager), Node.js, Ruby, Sass and Compass. Here’s how you can get started: Windows Install Ruby using the Ruby Installer Install Compass. Open command prompt and run the following command: gem install compass Install Node.js & NPM. Download the installer and […]