views:

9

answers:

0

I'm using Netbeans 6.9 to develop PHP code; testing happens locally on my PC (XAMPP); once done code is uploaded using Netbeans upload facility to the production web server.

I recall reading about Netbeans capabilities running scripts when "building" the project, and looking for a primer about it. Particularly I'm looking for some ways to achieve the following, right before uploading files to the production server: - strip comments from PHP sources - minify PHP - minify Javascript & CSS

Can someone enlighten me?