views:

259

answers:

2

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
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