CodeIgniter Boilerplate
Compiling Sass
- Make sure you have compass and susy installed:
compass -v
&susy -v
- If not installed:
gem install compass
/gem install susy
- If not installed:
compass watch -e development
orcompass compile
in the project directory (same directory asconfig.rb
)