0

Is it possible in Eclipse to use Ant for post-processing in order to optimize Php/Html/Css/Javascript code?

All sorts of user code can be optimized (comment removal, minification, optimization, image minification etc)

My plan is to make an environment where programmers sort-of compile(optimize) the code before sending it to web server (apache lets say).

4

1 回答 1

2

是的,这是可能的。右键单击您的项目,选择“Properties...”,然后转到Builders配置面板,添加一个新的 Ant 构建器,并选择在哪个时刻必须运行哪些目标。

于 2012-04-29T17:33:15.710 回答