Is there a way to prevent PHPRunner from overwriting certain files when I issue a build?
For example, I have modified the style.css file and don't want to have to rewrite it every time I rebuild the project. Seems like a waste to rebuild the supporting files anyway. Why not rebuild only those that have changed?