Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 694 Bytes

Gulp and Compass Demo

Slides discussing this code are online at http://www.slideshare.net/fatleaf/gulp-and-compass.

System Requirements

Setup

With the above software installed, you can run the commands below to get the other libraries. From the root of this project:

  • gem install bundler (installs the Bundler RubyGem)
  • bundle install (installs the other required RubyGems as defined in Gemfile)
  • npm install (installs the Node projects as defined in package.json)