Task #774
User Story #773: django compressor
Install django-compressor
Start date:
26 Jan 2016
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
Acceptance criteria¶
- django-compressor is installed.
- static files can be written to a shared block in the header or footer of the base template.
- All of the following must happen only for the productive environment:
- static assets are compressed and minified
- static asset files are created with a unique filename, so the assets can be cached without expiry date on the client side.
- html output is minified