[Bug 1379761] Re: Asset compression does not happen unless debug mode is enabled

2014-10-14 Thread Eric Peterson
git describe 2014.2.rc1-145-g123840a that is my current version where it works -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to horizon in Ubuntu. https://bugs.launchpad.net/bugs/1379761 Title: Asset compression does not happen

[Bug 1379761] Re: Asset compression does not happen unless debug mode is enabled

2014-10-14 Thread Eric Peterson
it works for me, following these steps: Change local settings, have the following at the top of the file: DEBUG = False TEMPLATE_DEBUG = DEBUG COMPRESS_OFFLINE = True Then I run these commands: tools/with_venv.sh python manage.py collectstatic --noinput tools/with_venv.sh python manage.py

[Bug 1379761] Re: Asset compression does not happen unless debug mode is enabled

2014-10-14 Thread Eric Peterson
additional note: when you do offline compression and stuff get's moved into the static folder, using the --runserver cli to start up django will not serve out the /static url. for this type of use, I believe it's expected that apache would serve out those assets from the ./static folder (which