Skip to content

Commit

Permalink
Fix build-plugin-zip.sh script to use new asset files
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Sep 16, 2019
1 parent c43c0ac commit f09bb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-plugin-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ npm run build
php bin/generate-gutenberg-php.php > gutenberg.tmp.php
mv gutenberg.tmp.php gutenberg.php

build_files=$(ls build/*/*.{js,css,deps.json} build/block-library/blocks/*.php)
build_files=$(ls build/*/*.{js,css,asset.php} build/block-library/blocks/*.php)

# Generate the plugin zip file.
status "Creating archive... 🎁"
Expand Down

0 comments on commit f09bb3e

Please sign in to comment.