Skip to content

yardinternet/vite-plugin-gutenberg-blocks

 
 

Repository files navigation

📦 Fork Notice

This is a maintained fork of evo-mark/vite-plugin-gutenberg-blocks.

Added features

  • entryDir prop — allows us to specify a custom entry directory for Gutenberg blocks, making the package compatible with theme-based block development.

Install

npm install @yardinternet/vite-plugin-gutenberg-blocks

Used in the Yard Toolkit

🔄 Keeping Up With Upstream

The upstream remote is still configured:

git remote add upstream https://github.com/evo-mark/vite-plugin-gutenberg-blocks.git

To pull updates:

git fetch upstream
git checkout main
git merge upstream/main

Be aware: since this is a heavy fork, merge conflicts may need manual resolution.

🚀 How to publish

  1. Go to releases of the package and click on "Draft a new release"
  2. Click "Choose a tag", type the corresponding version and press Enter. Add a title and description for the release.
  3. Click "Publish release"

The Github Workflow release-package.yml will run whenever a release is created in this repository. If the tests pass, then the package will be published to Github packages.

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 67.3%
  • JavaScript 32.2%
  • Other 0.5%