supergoldorak / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
0 stars 0 forks source link

Add minification and concatenation to the build #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We desire a min build of hemi, hext, and o3d. From the build there would be two 
new products where one is a minified hemi and the other o3d. This would also 
eliminate the require within each of the modules of hemi and o3d.

Original issue reported on code.google.com by jpywt...@gmail.com on 17 Jun 2011 at 4:57

GoogleCodeExporter commented 9 years ago
Update: Have been able to minify hemi and o3d. Now there is one script include 
for hemi and one for o3d. No longer need two for o3d. In addition we no longer 
use o3djs.require internally when using the minified versions.

Original comment by jpywt...@gmail.com on 4 Aug 2011 at 8:31

GoogleCodeExporter commented 9 years ago
The build has options to create source and minified versions of hemi and o3d. 
The options are uglifyHemi and iglifyO3d. Also changed the build to be opt in 
on the tgz versus opt out. The last parameter is the location for the src and 
min js files.

Anyone wanting to use the build will need to install the npm module uglify-js.

Original comment by jpywt...@gmail.com on 9 Aug 2011 at 7:22

GoogleCodeExporter commented 9 years ago
Forgot to change the status.

Original comment by jpywt...@gmail.com on 9 Aug 2011 at 7:24

GoogleCodeExporter commented 9 years ago
Verified and released

Original comment by jpywt...@gmail.com on 9 Aug 2011 at 10:37