Skip to content
mkcode edited this page Aug 31, 2012 · 1 revision

Bootstrap & Compass CSS Framework

Our new look! Check it out.

Setup Instructions

  • Switch to the css-framework branch in your git repo
  • cd lernanta/static/sass
  • ./generate-css.sh if you are making changes to the sass OR
  • ./generate-css-once.sh if you just to compile it one time.
  • Using the Django admin, create a flag called 'css-framework'. We're using django-waffle for flags. https://github.com/jsocol/django-waffle/
  • Set the flag to apply for everyone by checking the everyone checkbox
  • If you'd like, set WAFFLE_OVERRIDE = True in your settings-local.py. This will allow you to turn the flag off unless ?css-framework=1 is set in the query string.