Created
December 17, 2014 14:46
-
-
Save Marko-M/a0a724bde09420451996 to your computer and use it in GitHub Desktop.
Ubuntu install foundation, compass and sass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Verified: Ubuntu 14.10 | |
sudo apt-get install ruby ruby-dev | |
sudo add-apt-repository ppa:chris-lea/node.js | |
sudo apt-get update | |
sudo apt-get install python-software-properties python g++ make nodejs | |
sudo npm install -g bower grunt-cli | |
sudo gem install foundation | |
sudo gem install compass | |
sudo gem install sass | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment