peterbe / django-static

Template tags for better serving static files from templates in Django
BSD 2-Clause "Simplified" License
193 stars 28 forks source link

Added a workaround for a bug with new closure compiler versions #37

Closed artemrizhov closed 8 years ago

artemrizhov commented 8 years ago

django-static do not work with latest closure compiler because it is talking too much to stderr I have not found a way to stop this, so added a fix for this problem.