Skip to content

Commit

Permalink
Build all the blocks. (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher authored Oct 22, 2021
1 parent 96ee1bb commit e87c648
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 437 deletions.
2 changes: 1 addition & 1 deletion 01-basic-esnext/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'e828d611a43cdba5333f852f8f224a31');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '015a8252342d4ba87980788efbed5f9e');
2 changes: 1 addition & 1 deletion 01-basic-esnext/build/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 03-editable-esnext/build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill'), 'version' => 'e39496e1656e423e5d77a1f28230a524');
<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill'), 'version' => '5fbe37690fb8c459143b42ff30d69905');
17 changes: 1 addition & 16 deletions 03-editable-esnext/build/index.css
Original file line number Diff line number Diff line change
@@ -1,16 +1 @@
/*!****************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./editor.css ***!
\****************************************************************************************************************************************************************/
/**
* Note that these styles are loaded *after* common styles, so that
* editor-specific styles using the same selectors will take precedence.
*/
.wp-block-gutenberg-examples-example-03-editable-esnext {
color: green;
background: #cfc;
border: 2px solid #9c9;
padding: 20px;
}


/*# sourceMappingURL=index.css.map*/
.wp-block-gutenberg-examples-example-03-editable-esnext{background:#cfc;border:2px solid #9c9;color:green;padding:20px}
1 change: 0 additions & 1 deletion 03-editable-esnext/build/index.css.map

This file was deleted.

Loading

0 comments on commit e87c648

Please sign in to comment.