README.md 708 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
SASS
====

This project is using Sass to generate its CSS. Sass is a CSS preprocessor that
allows for faster development of CSS. For more information about sass:

   http://sass-lang.com

Install SASS
------------

To use sass, make sure that you have RubyGems install, then you can use Bundler:

    $ gem install bundler
    $ bundle install

This should ensure that you have all the dependencies required for compiling.

Compiling
---------

22 23 24 25
The dev server will automatically compile sass files that have changed. Simply start
the server using:
    
    $ rake runserver
26 27 28 29

To run it along side of development:

    $ sass --watch lms/static/sass:lms/static/sass -r ./lms/static/sass/bourbon/lib/bourbon.rb