Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Remove 'wc-vendors-frontend' registration (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu authored Jan 10, 2020
1 parent 89e04cb commit 52c944f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public static function register_assets() {
self::register_script( 'wc-blocks-data-store', plugins_url( 'build/wc-blocks-data.js', __DIR__ ), [], false );
self::register_script( 'wc-blocks', plugins_url( self::get_block_asset_build_path( 'blocks' ), __DIR__ ), [], false );
self::register_script( 'wc-vendors', plugins_url( self::get_block_asset_build_path( 'vendors' ), __DIR__ ), [], false );
self::register_script( 'wc-vendors-frontend', plugins_url( self::get_block_asset_build_path( 'vendors-frontend' ), __DIR__ ), [], false );

self::register_script( 'wc-blocks-registry', plugins_url( 'build/wc-blocks-registry.js', __DIR__ ), [], false );

Expand Down

0 comments on commit 52c944f

Please sign in to comment.