Thursday, 12 September 2013

Advanced Compiler for JS, PHP, HTML and CSS with Multiple Files

Advanced Compiler for JS, PHP, HTML and CSS with Multiple Files

I've not been able to find one, but does anyone know of a compiler for
javascript that compresses all variable names, white spaces etc and
validates the script for any errors?
Closure compiler has an advanced option but it won't work for my purposes:
I have mandatory ajax calls.
The ajax calls output javascript to be evaluated by the eval() function.
The answer I think is to have a closure compiler with the advanced option
for multiple scripts and wherever the same variable name is used, the same
substitute short character is replaced by it etc.
Does anyone know of an application with these features? If so, is there a
similar one for php, css and html?
Thanks for reading, most likely I will get back tomorrow to read the answers.
Regards, Oscar

No comments:

Post a Comment