closure_compiler 7.x-2.3

Bug fixes

Bug fixes:

Issue #2271803 by markpavlitski: May not detect java if usage string is returned on stderr
Issue #2271895 by markpavlitski: May not find compiler.jar if the PATH environment variable does not contain Drupal's directory

closure_compiler 7.x-2.1

New features
Bug fixes

Some minor bug fixes are included for the YUI Compressor sub-module.

JSMin-PHP is now included as a sub-module. It is highly recommended that this service is NOT used, as the Closure Compiler and UglifyJS2 are both far superior! However this provides an option for any users who do not wish to use an external service, and cannot run java locally.

closure_compiler 6.x-1.4

Bug fixes

Issue #817860: Swap the order of evaluation so that if the local method is not selected, it will not try to confirm it works every cron run

closure_compiler 7.x-2.x-dev

Contains any bug fixes or new features, before a proper release is made - as such it may be unstable.

closure_compiler 7.x-2.0

New features

Optimization services are now sub-modules, and the main closure_compiler module provides a framework for these.

Along those lines, there are now three optimization services available: Closure Compiler (local / remote), UglifyJS2 (remote), and YUI Compressor (local).

closure_compiler 7.x-1.0

All compilation modes (local, send contents, send URL) have been tested successfully.

closure_compiler 6.x-1.x-dev

Contains any bug fixes or new features, before a proper release is made - as such it may be unstable.

closure_compiler 7.x-1.0-beta2

Bug fixes

A couple of minor bug fixes.
Additionally, the original JS files are now kept (at filename.src.js) and referenced at the beginning of the optimized JS files. This allows the licences to remain intact and available, without them having to remain in the optimized files (previously they were just stripped anyway!)

closure_compiler 7.x-1.x-dev

Contains any bug fixes or new features, before a proper release is made - as such it may be unstable.

closure_compiler 7.x-1.0-beta1

This is a port of the Closure Compiler module, to work with Drupal 7.

The configuration interface has not been altered (settings can be found at admin/config/development/performance), but there have been a number of under-the-hood changes.

I have not yet tested local compilation, but will get around to that eventually (or if someone else could do so and let me know of any errors it would be helpful).

closure_compiler 6.x-1.3

Removed .install file that set the preferred method to local compiling on install if the environment passed all the checks. Local compiling has to be selected manually after install now.

closure_compiler 6.x-1.1

New features

* Added Google Closure Compiler Application support (java based local compiling)
* Performance improvements: For checking whether a file has been processed before, only reading the sufficient number of bytes as opposed to
whole file
* Moved the settings under performance tab

Subscribe with RSS Subscribe to Releases for Google Closure Compiler