Re: Django-compressor/assets not working on Heroku

2015-01-08 Thread Collin Anderson
Hi, Try this: heroku run python manage.py collectstatic --noinput https://devcenter.heroku.com/articles/django-assets#debugging Collin On Tuesday, January 6, 2015 at 6:08:17 AM UTC-5, Po Chen wrote: > > Hi there, > > I've been trying to get some automatic assets handling setup in my tiny > dj

Django-compressor/assets not working on Heroku

2015-01-06 Thread Po Chen
Hi there, I've been trying to get some automatic assets handling setup in my tiny django app. I've tried django-compressor and django-assets, no success so far. Both of the libraries seem to fail to create files in the staticfiles directory on Heroku. Both of them work locally with/without debug