Install SASS On Ubuntu
Overview
SASS has allowed CSS to evolve into a more dynamic language such as variables and mixins for re-usability.
Install
sudo apt-get install ruby-full rubygems
sudo gem install sass
Usage
If the following error occurs when you use –watch parameter:
LoadError: no such file to load — rb-inotify
Use –trace for backtrace.
then then rb-notify needs to be installed:
gem install rb-inotify
Summary
SASS is easy to setup and use albeit requires Ruby for processing (which if the project does not use Ruby I don’t think it should be installed). The next step is to integrate it into a CI server like Jenkins.
About Danny
I.T software professional always studying and applying the knowledge gained and one way of doing this is to blog.
Danny also has participates in a part time project called Energy@Home [http://code.google.com/p/energyathome/] for monitoring energy usage on a premise.
Dedicated to I.T since studying pure Information Technology since the age of 16, Danny Tsang working in the field that he has aimed for since leaving school.
View all posts by Danny →
This entry was posted in
Linux,
Software and tagged
CSS,
Ruby,
RubyGems,
SASS,
Ubuntu. Bookmark the
permalink.