Added an example of how use with compressor.

This commit is contained in:
Rocky Meza 2014-02-03 19:44:06 -07:00
parent 2d4b0c406d
commit a5b2129280
1 changed files with 6 additions and 0 deletions

View File

@ -68,6 +68,12 @@ add it to your ``COMPRESS_PRECOMPILERS`` setting. ::
# ...
)
Then you can just use SCSS like you would use CSS normally. ::
{% compress css %}
<link rel="stylesheet" type="text/x-scss" href="{% static 'css/styles.css' %}">
{% endcompress %}
Running the tests
=================