Skip to content

Commit

Permalink
Install WordPress without content (themes, plugins) (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub300 authored and luboskmetko committed Jun 7, 2018
1 parent 9290b50 commit d5a6e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/wp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ module.exports = class extends Generator {
this._copyTheme();
this._copyThemeStyles();
var done = this.async();
wpCli(['core', 'download'], helpers.throwIfError(done))
wpCli(['core', 'download', '--skip-content'], helpers.throwIfError(done))
}

end() {
Expand Down

0 comments on commit d5a6e26

Please sign in to comment.