vote up 0 vote down star

Hi,

I stumbled upon this javascript obfuscator called Squash, I want to use it on my ExtJS project to obfuscate my javascript files. I've tried it and the result are totally obfuscated codes. But it seems that I have to obfuscate the ExtJS library too because I got warnings that it couldn't find functions such as Ext.onReady(), Ext.form.FormPanel(), etc.

I just want to ask if any of you guys have successfully used Squash + ExtJS in a project and how did you manage to make it work.

flag

2 Answers

vote up 0 vote down

try http://dean.edwards.name/packer/ with check on Base62 encode Shrink variables it worked for me on my extjs application with out the need for to obfuscate the ExtJS library too

link|flag
vote up 1 vote down

Typical rtfm: The @Public annotation on the setDocumentTitle function prevents the function name from being obfuscated so that it can be accessed from unobfuscated code.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.