Skip to content

Commit 4ef16fd

Browse files
Fix full site editing
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.
1 parent 28f36cd commit 4ef16fd

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/wp-includes/empty.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html>

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"build:all": "npm run clean; gulp buildAll",
1515
"build:js": "gulp buildJS",
1616
"build:htaccess": "gulp buildHtaccess",
17-
"build:wp": "KEEP_THEME=twentytwentythree gulp buildWordPress",
1817
"build:wp:nightly": "KEEP_THEME=twentytwentythree WP_ZIP_URL=https://wordpress.org/nightly-builds/wordpress-latest.zip OUT_FILENAME=wp-nightly gulp buildWordPress",
1918
"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",
2019
"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",

0 commit comments

Comments
 (0)