django-critical
django-critical copied to clipboard
Inlines critical path CSS and defers loading full CSS asynchronously.
When I enable > critical.middleware.CriticalCssMiddleware it breaks the application with following error. ``` Unhandled exception in thread started by Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/django/utils/autoreload.py", line 225, in wrapper...
Hi Martin, couldn't wait and fixed the encoding issue. Should work now.
Hi, great tool. Thanks! :) On my page, i get an unicode decode error, even though my page is utf-8 too. 'ascii' codec can't decode byte 0xc3 in position 754:...