Darryl Lyons’ Blog

AJAX, ColdFusion and Web technology…

Entries Comments



Category: CFjsmin


CFjsmin v2.0 JavaScript compressor released

25 July, 2006 (23:18) | CFjsmin, JavaScript | By: Darryl Lyons

CFjsmin v2.0 (beta) has been released. Specifically, this version adds support for compressing JavaScript strings.

Key features:

  • Specify the source as a string or file.
  • Specify destination as a compressed string or compressed file.
  • Compress multiple source strings or files to one destination string or file.

Download

Project page and usage…

CFjsmin v1.0.1 released

10 June, 2006 (14:40) | CFjsmin | By: Darryl Lyons

I’ve released v1.0.1 of the JavaScript compressor component. Just a small change to the compress() method, so that you cannot specify the source and destination as the same file.

I’ve also set up a separate page for the component, where you can download the latest version.