7 – Build Backups
December 5, 2017 7:18 pm
Backups
While coding you will find yourself uploading dummy content to the WordPress build server, e.g. images or other media stored in wp-content. WordPressify allows you to back up the current state of the build which will include all server files. To back up your build run the command:
npm run backup
Files will be compressed in a zip file and stored in the directory:
backups/
Continue to:
8 – Code Styles