diff --git a/docs/changelog.txt b/docs/changelog.txt index 3aecf4b..804c999 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,6 +1,14 @@ Changelog ========= +v1.1.2 +------ + +- Reverted an unfortunate change to the YUI filter that prepended + ``'java -jar'`` to the binary name, which doesn't alway work, e.g. + if the YUI compressor is shipped as a script like + ``/usr/bin/yui-compressor``. + v1.1.1 ------ diff --git a/docs/settings.txt b/docs/settings.txt index 19b9949..728718d 100644 --- a/docs/settings.txt +++ b/docs/settings.txt @@ -99,7 +99,9 @@ A filter for embedding media as `data: URIs`_ in the CSS. A filter that passes the CSS content to the `YUI compressor`_. -- ``COMPRESS_YUI_BINARY`` -- The YUI compressor filesystem path. +- ``COMPRESS_YUI_BINARY`` -- The YUI compressor filesystem path. Make sure + to also prepend this setting with ``java -jar`` if you use that kind of + distribution. - ``COMPRESS_YUI_CSS_ARGUMENTS``-- The arguments passed to the compressor. @@ -139,7 +141,9 @@ A filter that uses the jsmin implementation `Slim It`_ to compress JavaScript co A filter that uses `Google Closure compiler`_. -- ``COMPRESS_CLOSURE_COMPILER_BINARY`` -- The Closure compiler filesystem path. +- ``COMPRESS_CLOSURE_COMPILER_BINARY`` -- The Closure compiler filesystem + path. Make sure to also prepend this setting with ``java -jar`` if you + use that kind of distribution. - ``COMPRESS_CLOSURE_COMPILER_ARGUMENTS`` -- The arguments passed to the compiler.