diff --git a/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.asset.php b/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.asset.php index 8266b88..fc32a81 100644 --- a/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.asset.php +++ b/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.asset.php @@ -1 +1 @@ - array(), 'version' => '33a16438385e48e55cbd'); + array(), 'version' => '20f3a357ca2dd81394e5'); diff --git a/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.js b/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.js index 478013f..2fd74c4 100644 --- a/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.js +++ b/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.js @@ -2,31 +2,6 @@ /*!**********************************!*\ !*** ./src/explore-tags/view.js ***! \**********************************/ -/** - * Use this file for JavaScript code that you want to run in the front-end - * on posts/pages that contain this block. - * - * When this file is defined as the value of the `viewScript` property - * in `block.json` it will be enqueued on the front end of the site. - * - * Example: - * - * ```js - * { - * "viewScript": "file:./view.js" - * } - * ``` - * - * If you're not making any changes to this file because your project doesn't need any - * JavaScript running in the front-end, then you should delete this file and remove - * the `viewScript` property from `block.json`. - * - * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#view-script - */ -/* eslint-disable no-console */ -console.log('Hello World! (from create-block-explore-tags block)'); -/* eslint-enable no-console */ /******/ })() -; -//# sourceMappingURL=view.js.map \ No newline at end of file +; \ No newline at end of file diff --git a/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.js.map b/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.js.map deleted file mode 100644 index 96ddb83..0000000 --- a/plugins/dynamiques-blocks/blocks/explore-tags/build/explore-tags/view.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"explore-tags/view.js","mappings":";;;;AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACAA,OAAO,CAACC,GAAG,CAAE,qDAAsD,CAAC;AACpE,8B","sources":["webpack://explore-tags/./src/explore-tags/view.js"],"sourcesContent":["/**\n * Use this file for JavaScript code that you want to run in the front-end\n * on posts/pages that contain this block.\n *\n * When this file is defined as the value of the `viewScript` property\n * in `block.json` it will be enqueued on the front end of the site.\n *\n * Example:\n *\n * ```js\n * {\n * \"viewScript\": \"file:./view.js\"\n * }\n * ```\n *\n * If you're not making any changes to this file because your project doesn't need any\n * JavaScript running in the front-end, then you should delete this file and remove\n * the `viewScript` property from `block.json`.\n *\n * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#view-script\n */\n\n/* eslint-disable no-console */\nconsole.log( 'Hello World! (from create-block-explore-tags block)' );\n/* eslint-enable no-console */\n"],"names":["console","log"],"sourceRoot":""} \ No newline at end of file diff --git a/plugins/dynamiques-blocks/blocks/explore-tags/src/explore-tags/view.js b/plugins/dynamiques-blocks/blocks/explore-tags/src/explore-tags/view.js index 1055c0e..e69de29 100644 --- a/plugins/dynamiques-blocks/blocks/explore-tags/src/explore-tags/view.js +++ b/plugins/dynamiques-blocks/blocks/explore-tags/src/explore-tags/view.js @@ -1,25 +0,0 @@ -/** - * Use this file for JavaScript code that you want to run in the front-end - * on posts/pages that contain this block. - * - * When this file is defined as the value of the `viewScript` property - * in `block.json` it will be enqueued on the front end of the site. - * - * Example: - * - * ```js - * { - * "viewScript": "file:./view.js" - * } - * ``` - * - * If you're not making any changes to this file because your project doesn't need any - * JavaScript running in the front-end, then you should delete this file and remove - * the `viewScript` property from `block.json`. - * - * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#view-script - */ - -/* eslint-disable no-console */ -console.log( 'Hello World! (from create-block-explore-tags block)' ); -/* eslint-enable no-console */