diff options
Diffstat (limited to 'readme.rst')
-rw-r--r-- | readme.rst | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -56,6 +56,7 @@ will not minify files. You can override this using the :code:`HTMLMIN_DEBUG`: .. code-block:: python + # minify generated files only if pelican is in DEBUG mode HTMLMIN_DEBUG = logger.getEffectiveLevel() == logging.DEBUG HTMLMIN_MATCH |