wordup-dev / wordup-cli

Wordup is a fully integrated development platform for WordPress. Develop plugins and themes locally. Preview in the cloud. Automatic updates in WP.
GNU General Public License v3.0
118 stars 16 forks source link

Container not reflecting changes in local source files unless container is re-installed #16

Closed MaxZwarenstein closed 4 years ago

MaxZwarenstein commented 4 years ago

When I save template and theme files in VS code; and afterwards refresh the web browser for the docker container of the site, changes are not reflected in the web browser tab of the site.

This makes debugging incredibly slow. How do I quickly reflect changes to the source code in my containerized WordPress installation?

shry commented 4 years ago

When you setup your project folder structure according to the wordup documentation (https://docs.wordup.dev/development), your source code folder is mounted to the wordup docker container. That means all changes in your theme source code should be visible directly in the browser/WordPress installation. Perhaps you have changed the folder structure after running the wordup service with wordup install?