Minor docs clarification on COMPRESS_OFFLINE.
From #680 > If you have the flag set, does the compression still happens at request time? This was a bit confusing due to "also" in the description implying that should offline fail, the full compress flow would be used as fallback. Added a link to further info.
This commit is contained in:
parent
e5a7df5221
commit
3282332f48
@ -458,9 +458,9 @@ Offline settings
|
|||||||
|
|
||||||
:Default: ``False``
|
:Default: ``False``
|
||||||
|
|
||||||
Boolean that decides if compression should also be done outside of the
|
Boolean that decides if compression should be done outside of the
|
||||||
request/response loop -- independent from user requests. This allows to
|
request/response loop. (See :ref:`behind_the_Scenes` for more.) This allows
|
||||||
pre-compress CSS and JavaScript files and works just like the automatic
|
to pre-compress CSS and JavaScript files and works just like the automatic
|
||||||
compression with the ``{% compress %}`` tag.
|
compression with the ``{% compress %}`` tag.
|
||||||
|
|
||||||
.. attribute:: COMPRESS_OFFLINE_TIMEOUT
|
.. attribute:: COMPRESS_OFFLINE_TIMEOUT
|
||||||
|
Loading…
Reference in New Issue
Block a user