开发者

How local use Google closure compiler through php?

开发者 https://www.devze.com 2023-02-23 07:35 出处:网络
How to usethe closur开发者_C百科e compiler library (local) and php I can obfuscate js? I will grateful for the code. Perhaps there is some php class?

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)

0

精彩评论

暂无评论...
验证码 换一张
取 消