forked from theinterned/batucada
-
Notifications
You must be signed in to change notification settings - Fork 64
css framework
mkcode edited this page Aug 31, 2012
·
1 revision
Our new look! Check it out.
- 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.