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