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

Change the name of the src folder #18

Closed joebillings closed 4 years ago

joebillings commented 4 years ago

Is it possible for me to change the name of the src folder? I'd like to use the standard wp-content to keep things consistent across local and remote.

shry commented 4 years ago

It is possible in the config.yml. You have to add srcFolder: folderName, see: https://docs.wordup.dev/config#configyml

joebillings commented 4 years ago

Great, thanks.