Monday, April 20, 2015

django-compressor

Nice and easy way to minify your CSS and JS files in to one with compression options is to use great tools django-compressor

Just provide wrap you CSS or JS files into
{% compress <js/css> %} link to your files here
{% endcompress %}
And thats it!

No comments:

Post a Comment