Skip to content

Commit

Permalink
Fix full site editing
Browse files Browse the repository at this point in the history
Added back the empty.html file that is needed for full site
editing to work.

Removed an erroneous command in the package.json that was being
used to build WordPress bundles, as our intent is for specific
versions of WordPress to be specified when building WP bundles.
  • Loading branch information
artemiomorales committed Feb 8, 2023
1 parent 28f36cd commit 4ef16fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions build/wp-includes/empty.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!doctype html>
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"build:all": "npm run clean; gulp buildAll",
"build:js": "gulp buildJS",
"build:htaccess": "gulp buildHtaccess",
"build:wp": "KEEP_THEME=twentytwentythree gulp buildWordPress",
"build:wp:nightly": "KEEP_THEME=twentytwentythree WP_ZIP_URL=https://wordpress.org/nightly-builds/wordpress-latest.zip OUT_FILENAME=wp-nightly gulp buildWordPress",
"build:wp:6.1": "KEEP_THEME=twentytwentythree WP_ZIP_URL=https://wordpress.org/wordpress-6.1.1.zip OUT_FILENAME=wp-6.1 gulp buildWordPress",
"build:wp:6.0": "KEEP_THEME=twentytwentytwo WP_ZIP_URL=https://wordpress.org/wordpress-6.0.3.zip OUT_FILENAME=wp-6.0 gulp buildWordPress",
Expand Down

0 comments on commit 4ef16fd

Please sign in to comment.