Would be nice to allow a Post-Build events options, so various function/scripts could be executed after the project has been outputted to the ouput directory.
For instance, I remove the index.htm, and use my own index.php. I also have a script that updated security settings so that the templates_c directory is writeable by the INTERNET_GUEST_USER for IIS. And some other things. As of now, I have to Build my project, then run my custom scripts, would be so sweet if PHPR could run scripts/commands from a Post-Build Event.
The Pre-Build event would be nice, so I could clean out the output destination directory. PHPR doesn't do this, which is cool, but sometimes it is necessary to remove no longer used webpages in the output directory.