Hi,
I was looking into obfusacating my JS files with but read that obfuscation can cause bugs and problems, so i then looked at simply minifying, with but there it says 'do not use raw control characters in strings'.
What's a 'raw control character' ?
Do they mean such things as 'Hi there\n' , isn't \n the correct way of adding a newline to a string in javascript?
I'm a bit confused over what is the best way forward and what i mignt need to do to my scripts to prepare them for processing.
Your guidance is appreciated.
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta
I was looking into obfusacating my JS files with but read that obfuscation can cause bugs and problems, so i then looked at simply minifying, with but there it says 'do not use raw control characters in strings'.
What's a 'raw control character' ?
Do they mean such things as 'Hi there\n' , isn't \n the correct way of adding a newline to a string in javascript?
I'm a bit confused over what is the best way forward and what i mignt need to do to my scripts to prepare them for processing.
Your guidance is appreciated.
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
MIME::Lite TLS Email Encryption - Perl v0.02 beta