You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The clone of the WordPress package is heavy. It's not necessary download the package. I used another solution that is lighter. Use a dist package referencing the WordPress zip package.
This is the README example using zip dist package.
The no-content package hasn't the default dist themes and plugins. Which is better when it's used the Composer to manage the dependencies. If some these default packages are necessary, they must be added in the composer.json files.
The clone of the WordPress package is heavy. It's not necessary download the package. I used another solution that is lighter. Use a dist package referencing the WordPress zip package.
This is the README example using zip dist package.
Another option is use the
no-content
package. This package not download the defaults plugins and themes.https://wordpress.org/wordpress-4.5.1-no-content.zip
The text was updated successfully, but these errors were encountered: