diff -r 5dd55a9240f8 -r fcab604da9a7 includes/clientside/jscompress.php --- a/includes/clientside/jscompress.php Tue Jul 22 17:08:05 2008 -0500 +++ b/includes/clientside/jscompress.php Wed Jul 23 11:02:29 2008 -0500 @@ -65,13 +65,13 @@ die_friendly('Not for web use', '

This script is designed to be run from a command-line environment.

'); } -if ( !getConfig('cdn_path') ) -{ - die_friendly('CDN support not enabled', 'This script is for compressing the Enano Javascript runtimes for CDN use.'); -} +// if ( !getConfig('cdn_path') ) +// { +// die_semicritical('CDN support not enabled', 'This script is for compressing the Enano Javascript runtimes for CDN use.'); +// } echo "\x1B[1mCreating zip file with compressed Javascript runtimes.\x1B[0m\n"; -echo "\x1B[0;32mWhen finished, upload the contents of enano-lib.zip to:\n\x1B[1;34m " . getConfig('cdn_path') . "/includes/clientside/static/\x1B[0m\n"; +echo "\x1B[0;32mWhen finished, upload the contents of enano-lib.zip to:\n\x1B[1;34m " . cdnPath . "/includes/clientside/static/\x1B[0m\n"; echo "\x1B[0;33mChecking for zip support...";