diff --git a/docs/settings.rst b/docs/settings.rst index 9b3295a6..3bb9c173 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -509,7 +509,7 @@ Another example for Javascript: .. code-block:: jinja {% assets filters="uglifyjs,gzip", output="js/packed.js", "js/jquery.js", "js/base.js", "js/widgets.js" %} - + {% endassets %} The above will produce a minified and gzipped JS file: