tags:

views:

19

answers:

0

I was wondering if it's possible to instruct Netbeans to modify php code before uploading sources to remote web site.

In my case I use XAMPP to test locally on my pc the project I'm working on. However my remote webserver hosting the "release" version of my sources could have some peculiarities requiring altering the code on upload, like static sources placed on multiple hosts.

At present date, I'd need to manually patch the code on every upload, OR make a local copy of the source files, and do the modification prior uploading.

So here comes my question. Any possibility to instruct NB to do the modifications automatically, when deploying sources?