Could you indicate a free obfuscator that works for Script# javascript generated code?
Could you indicate a free obfuscator that works for Script# javascript generated code?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The release scripts are somewhat “obfuscated” … I am not sure if you’re specifically into obfuscation or minimization.
The Ajax minimizer (see codeplex) or Google Closure compiler come to mind for minimization. You might try them, and see if they work for you.
Did you try them and they did not work? What issues did you run into?
As I look to the future, I’d like to change the focus of script# from producing minimized script to instead producing minimizable script and output script in a way such that it complements the google closure compiler. So hearing any issues you’ve run into will help understand what needs to be done.