hedberg
hedberg
I made a pull request regarding the media url issue earlier. You can have a look here https://github.com/dziegler/django-css/pull/27
You might wanna take a look at https://github.com/jezdez/django_compressor/. It now has a precompiler filter with which you can add support for external commands (sass, coffescript etc). Works well in my...
derek73, you just need to place your css in the static folder or am I mistaken?
Sorry for being vague. I meant in a place under your STATIC_URL. But you're right that my commits doesn't make it work with the development server, it only covers some...
You might wanna take a look at https://github.com/jezdez/django_compressor/. It now has a precompiler filter with which you can add support for external commands (sass, coffescript etc). Seems to work well...