Revisions for framework/devtools/horde-js-compress.php

Location: [ Horde ] / framework / devtools / horde-js-compress.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.15 (+5 -3 lines) 05/13/2008 09:20 PM Michael M Slusarz slusarz

If not using yui or rhino, point to correct source for jsmin

1.14 (+56 -39 lines) 05/13/2008 09:12 PM Michael M Slusarz slusarz

Add noyui option.  Allow compression without using either yui or shrinksafe.
Re-add additional jsmin compression if using yui.

1.13 (+3 -4 lines) 04/18/2008 02:16 PM Chuck Hagenbuch chuck

Update YUI compressor links

1.12 (+35 -45 lines) 02/04/2008 07:42 PM Michael M Slusarz slusarz

Remove PHP packer since there are reports that it doesn't pack properly.

1.11 (+4 -3 lines) 01/30/2008 02:01 AM Michael M Slusarz slusarz

Require YUI compressor 2.3 -- since apparently '--debug' has been replaced
by '-v'.

1.10 (+2 -2 lines) 09/24/2007 09:24 AM Michael M Slusarz slusarz

Fix undefined variable.

Tags: BEFORE_MERGE_3_2, HORDE_3_2_RC1

1.9 (+41 -19 lines) 09/24/2007 09:04 AM Michael M Slusarz slusarz

Use YUI Compressor, if available.

1.8 (+6 -2 lines) 06/29/2007 09:43 AM Jan Schneider jan

phpdoc

Tags: HORDE_3_2_ALPHA

1.7 (+2 -2 lines) 06/14/2007 09:33 PM Chuck Hagenbuch chuck

use PHP_VERSION constant

1.6 (+5 -2 lines) 04/27/2007 07:28 AM Michael M Slusarz slusarz

Readd check for jsmin in devtools and use the location of the found jsmin.

1.5 (+2 -2 lines) 04/26/2007 06:12 PM Chuck Hagenbuch chuck

Find jsmin in $PATH (we assume it's there when we call it anyway).

1.4 (+16 -10 lines) 04/24/2007 12:42 PM Michael M Slusarz slusarz

Allow filenames to be listed on command line

1.3 (+48 -20 lines) 04/24/2007 07:20 AM Michael M Slusarz slusarz

Upgrade jsmin code.
Add PHP JS packer class.  However, it produces files larger than our current
method, and is PHP 5 only, so only use if java/c programs are not available
and we are using PHP 5 or we specifically ask for it.

1.2 (+4 -4 lines) 04/20/2007 01:46 PM Michael M Slusarz slusarz

update links

1.1 03/13/2007 02:39 AM Michael M Slusarz slusarz

Merge both compress scripts into a single script.