Skip to content

Commit

Permalink
πŸ‘Œ IMPROVE: Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj committed Dec 9, 2020
1 parent 1dab1e5 commit 8c75472
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,7 @@ function Reload(done) {
}

function copyWelcomeIndex() {
return src('./config/nginx/welcome.html').pipe(
dest('./build/wordpress')
);
return src('./config/nginx/welcome.html').pipe(dest('./build/wordpress'));
}

function copyThemeDev() {
Expand Down

0 comments on commit 8c75472

Please sign in to comment.