This topic is locked

faster code creation : don't recreate all files if not necessary

10/27/2008 2:45:32 PM
Suggestions
Pfeiffer author

Hello,
my project in PHPR has more than 2500 files.

Everytime I change only one little piece of source PHPR will nevertheless recreate all files.

Now I have to wait 2 minutes....
PHPR shoul registrate which pages have to be rebuilt..
Best regards

Uwe Pfeiffer

S
spintz 10/30/2008

I agree, this should be a top priority. This shortfall has turned my workflow into using PHPRunner to create the base pages. Whenever I want to add something, I just add an event through the Visual Editor (code view) and then write all my own custom code in my own PHP files. Then, I have an Update Custom script, that uses xcopy with the /D option to only copy files I've changed since the last update.