Does anybody know how to integrate Google closure compiler with Eclipse IDE? The thing I was trying to do is to configure Google closure compiler as a external tool for Eclipse IDE. Then I would be able to run closure compiler within IDE and minify my Javascript files with single click. Have anybody solved this problem yet?
A:
you could use ant tasks for this http://code.google.com/p/closure-compiler/wiki/BuildingWithAnt
tarmo
2010-09-24 21:54:11
A:
This podcast has some info on how the closure compiler might fit into the IDE. But it was published before closure was released.
Shiraz Bhaiji
2010-09-30 18:52:08