devize / closure-compiler

PHP Wrapper around Google's Closure Compiler
MIT License
15 stars 4 forks source link

Javascript Obfuscation using closure-compiler #5

Closed rafasashi closed 7 years ago

rafasashi commented 7 years ago

Im using it and it works perfectly thanks! Is it possible to obfuscate the code with closure-compiler?

Breuls commented 7 years ago

Hi @rafasashi, you can look up the details of the Closure Compiler at Google's website: https://developers.google.com/closure/compiler/

My package is just a wrapper around it. :)

rafasashi commented 7 years ago

Hi @Breuls thanks for the info. Once again well done!

Breuls commented 7 years ago

You're welcome. :)