Skip to content

Commit

Permalink
Merge pull request #1441 from vektor-inc/fix/font-awesome/load-file
Browse files Browse the repository at this point in the history
Font Awesomeを読み込むファイルを適切な場所へ移動
  • Loading branch information
mthaichi authored Oct 5, 2022
2 parents 2c1a978 + c4f15d7 commit 59e6977
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion inc/vk-blocks-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
require_once plugin_dir_path( __FILE__ ) . 'vk-blocks/helpers.php';
require_once plugin_dir_path( __FILE__ ) . 'vk-components/vk-components-config.php';
require_once plugin_dir_path( __FILE__ ) . 'vk-blocks/load-vk-components.php';
require_once plugin_dir_path( __FILE__ ) . 'font-awesome/font-awesome-config.php';
require_once plugin_dir_path( __FILE__ ) . 'term-color/term-color-config.php';
require_once plugin_dir_path( __FILE__ ) . 'vk-css-optimize/vk-css-optimize-config.php';
require_once plugin_dir_path( __FILE__ ) . 'vk-swiper/config.php';
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions inc/vk-blocks/vk-blocks-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
require_once dirname( __FILE__ ) . '/class-vk-blocks-options.php';
VK_Blocks_Options::init();

// font-awesome
require_once dirname( __FILE__ ) . '/font-awesome/font-awesome-config.php';

// utils
require_once dirname( __FILE__ ) . '/utils/array-merge.php';
require_once dirname( __FILE__ ) . '/utils/minify-css.php';
Expand Down

0 comments on commit 59e6977

Please sign in to comment.