Added changelog entry for reverting the java -jar drama. Refs #155.

This commit is contained in:
Jannis Leidel
2011-11-24 11:05:46 +01:00
parent e6520f3bad
commit 218c24b4e0
2 changed files with 14 additions and 2 deletions

View File

@@ -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
------

View File

@@ -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.