compress/minify an ajax/json script -


is there way minify/ compress ajax/json script removes unnecessary whitespaces leave rest on place, like

<?php } else { ?> 

ecc. should stay there is.

the script 47 kb, 1 page.

i've tried online tools, none of them working, because don't recognize content of code

if not work can replace php code unique string, minify javascript , replace string original code.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -