-
Notifications
You must be signed in to change notification settings - Fork 12
Prerequisites
Jakob Miland edited this page Nov 26, 2015
·
18 revisions
Installation of Node, CoffeeScript and Compass should be quite easy, so just stick to these instructions and you'll be alright.
Download Node using the installer from nodejs.org which also installs npm
You install CoffeeScript with npm
(globally) like so: $ npm install --global coffee-script
Compass is a bit tricky because you'll need Ruby on your system. Apparently you'll need at least version 1.9.3. On Linux and Mac, just use your package manager. On Windows use the Ruby Installer for Windows
When you're done installing Ruby, run $ gem update --system && gem install compass