View Single Post
  #3  
Old 12-20-2015, 09:42 PM
  qualiteam's Avatar 
qualiteam qualiteam is offline
 

X-Guru
  
Join Date: Dec 2010
Posts: 6,373
 

Default Re: avoiding "re-deploy" during development?

Steve is right.

The redeploy process "compiles" PHP files from the "classes" directory and places processed scripts into the "var/run/classes" directory.

If you compare the files you will find minor differences (for instance, a corrected class inheritance tree). Unfortunately, without these changes the "raw" scripts from the "classes" directory won't work.

So, the only way to avoid the redeploy process is testing your changes by editing scripts in the "var/run/" directory, and then copying the changes over to the "classes" directory.
__________________
Alex Solovev,
Qualiteam

---

User manual Video tutorials X-Cart FAQ

You are welcome to press "Thanks" button
if you find this post useful

Click here to learn how to apply patches

X-Cart Extensions
Reply With Quote