Build tools for php, html, css, js web app development

Posted by cs_brandt on Programmers See other posts from Programmers or by cs_brandt
Published on 2012-03-28T06:47:32Z Indexed on 2012/03/28 11:41 UTC
Read the original article Hit count: 505

Filed under:
|
|
|
|

What are some recommendations for a build tool that would allow me to upload changes to a web server or a repository and minify the js and css automatically, and possibly even run Closure compiler on the JavaScript?

Im not worried about doing anything with the php code other than update with most recent changes although in the future would like to have phpdoc updated automatically.

Just wondering if there is some way to do all this other than an amalgam of scripts that run or have to be invoked every time.

Thanks.

© Programmers or respective owner

Related posts about php

Related posts about JavaScript