Partially skip sections with Google Closure Compiler
问题 I'm generating a javascript on the server like and would like to run Google Clousure Compiler to be ran on the php source code of the script. var jsvar = <?=$var ? true : false ?>; Just wandering if there is any way in telling the compiler to skip optimazation of ? Like a regexp skip: /<\?=.*?\?>/ Best regards, Niclas 回答1: I have found that my code is much easier to maintain when I separate my client-side JavaScript from my server-side logic. Now I write my scripts such that my server-side