From: <ken...@us...> - 2008-08-20 16:37:50
|
Revision: 566 http://andro.svn.sourceforge.net/andro/?rev=566&view=rev Author: kendowns Date: 2008-08-20 16:37:59 +0000 (Wed, 20 Aug 2008) Log Message: ----------- Rem'd out the call to the minification routine, since it is just copying right now. Will put it back in when we are happy with pack/minify process. Modified Paths: -------------- trunk/andro/application/androBuild.php Modified: trunk/andro/application/androBuild.php =================================================================== --- trunk/andro/application/androBuild.php 2008-08-20 16:37:13 UTC (rev 565) +++ trunk/andro/application/androBuild.php 2008-08-20 16:37:59 UTC (rev 566) @@ -82,8 +82,10 @@ $retval = $retval && $this->DB_Connect(); $retval = $retval && $this->FS_Prepare(); - // If we can read files, minify - $retval = $retval && $this->JSMinify(); + // If we can read files, minify. Turn this back on if + // we get a more foolproof minify/pack program that + // always reduces. + #$retval = $retval && $this->JSMinify(); // If we passed most basic, we prepare the database // by loading stored procedures and making the zdd This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |