JAK Framework 1.3 Loop Bug

If you have questions or answers about the site or forums in general please post here.

JAK Framework 1.3 Loop Bug

Postby Root on Tue Oct 28, 2008 8:28 am

Shortly after releasing the new version we realized we skipped over testing the compressed output accidentally. Unfortunatly there is a bug in the compression algorythms that are modifying the code causing it to crash. This means over the next day or two I will either hand compress it and/or look for a suitable replacement to JSMIN.

So far I have tested

JSMIN
Dojo
Packer
YUI

... and they all seem to have the same bug, which I will report later, but for now I am looking across the web to find a replacement.

So far I am looking at:

jscruncher
codeandcoffee
creativyst

...and any other suggested compressors.
Root
Site Admin
 
Posts: 15
Joined: Mon Sep 22, 2008 7:00 pm

Re: JAK Framework 1.3 Loop Bug

Postby Root on Thu Oct 30, 2008 8:50 am

I ended up going with a great compression tool that is online at:

http://compressor.ebiene.de/

Go check it out. I only had to make one minor tweak, and that was because there are special line break / terminator rules required by many browsers when you use the following type of obscure but ideal function declaration:

Code: Select all
function MyClass{
          this.MyMethod = function(){
                      /* Method Code */
          }
}


I tend to use it heavily since it reduces the amount of code you need to write.
Root
Site Admin
 
Posts: 15
Joined: Mon Sep 22, 2008 7:00 pm


Return to Help and Support

Who is online

Users browsing this forum: No registered users and 0 guests

cron