-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
* Update packages to latest. * Add start command for blocks * Move all blocks to the src directory. * Add the --webpack-copy-php flag to ensure all php file are copied to the build directory. * Use the same version as Gutenberg. * Remove lerna and update dependencies * Add custom webpack to allow for one build process for all examples. * Re-organize the repo and remove all build processes from each example. * Ignore the non-JSX examples for the main linting command. * Add the copywebpack plugin as a dependency. * Finalize file naming and webpack.config.js set up. * Linting fixes. * Use a single .eslintrc for all code. Non-JSX examples contain their own for IDE integration. * Update readme for developement instructions. * Remove trailing comma. * Rebuild. * Update dynamic block to use new structure. * Remove and gitigore the build directory. * Use most recent node version. * Regenerate package-lock.json after merge. * Format JS files. * Rename src directory to blocks-jsx. * Rename non-JSX-examples directory to blocks-non-jsx. * Update packcages and use --webpack-src-dir flag to point to blocks-jsx instead of src. * Use nonBlockExamplesDir instead of otherFolder to better reflect the purpose of the variable. * Create two separate build processes for blocks vs non-block examples. * Create separate build process. * Revert "Create two separate build processes for blocks vs non-block examples." This reverts commit 9ac0fe9. * Update node versions in action. * Revert "Revert "Create two separate build processes for blocks vs non-block examples."" This reverts commit d703499. * Remove built files added incorrectly to repo. * Run formatting on JS files. * Add wp-prettier alias to address isses with the fork not being installed. * Run npm install instead of ci * Adding build commands.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
non-JSX-examples | ||
build | ||
node_modules | ||
vendor | ||
test |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
lts/* | ||
lts/* |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.