- django-critical-css speeds up webpage rendering by saving
- critical css in a database.
- critical_css templatetag to inline critical css from the database.
- empty_critical_css management command.
- signal for emptying critical css upon page publication when using django-cms.
- Python 3 only
- at least Django 1.11
- requests
- django-rq
- django-inline-static
A Python 3.6 interpreter is required in addition to pipenv.
$ pipenv install --python 3.6 --dev
$ pipenv shell
$ pip install -e .
Now you're ready to run the tests:
$ pipenv run py.test