javascript - Protecting external JS file -


possible duplicate:
how can obfuscate javascript?

is there way protect js file being opened , copied. perhaps can encoded? curious.

you can minify , obfuscate cannot prevent being downloaded. there many tools out there allowing achieve this. popular google closure compiler , yui compressor.


Comments