From 3e15efd7e3f72a67fe3d6a0d01169e70355958de Mon Sep 17 00:00:00 2001 From: Baptiste Fontaine Date: Tue, 26 Aug 2014 20:29:13 +0200 Subject: [PATCH] Mention of optipng support removed Optipng support is deprecated --- docs/quickstart.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index dbb7827..bb88f89 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -133,5 +133,4 @@ And now? * Glue can also read the configuration from :doc:`static config files `. * We support `less `_! It's easy, add ``--less`` and ``glue`` will generate the CSS file with the ``.less`` extension. * Cache Busting? Yes! Add ``--cachebuster`` and ``glue`` will add the ``SHA1`` of the PNG sprite as a queryarg on the CSS files. Read the :doc:`options` page. -* We support `OptiPNG `_ to automatically optimize the PNG sprites. Read the :doc:`options` page. * Still hungry? Read the :doc:`options` page to discover all the available settings.