How local use Google closure compiler through php?
How to use the closur开发者_C百科e compiler library (local) and php I can obfuscate js?
I will grateful for the code. Perhaps there is some php class?
Thanks.
Use system()
or the backtick operator to execute it.
http://code.google.com/p/php-closure/ (can be used local, but uses webservice calls to do the actual magic)
精彩评论