Skip to content

Conversation

akagane99
Copy link
Contributor

@akagane99 akagane99 commented Mar 7, 2025

概要

  • 使用しているアイコン fortawesome を 直配置(Font Awesome Free 5.12.0)からnpmでインストール形式(Font Awesome Free 5.15.4)に修正しました。
    • ※ これによりfortawesomeのバージョンアップが容易になります。
  • 他修正

npmライブラリ追加コマンド

# ライブラリ追加
npm i --save-dev @fortawesome/fontawesome-free@5.15.4

# app.cssに含めるライブラリ追加
vi resources/sass/app.scss

// Font Awesome
@import '~@fortawesome/fontawesome-free/scss/fontawesome';
@import '~@fortawesome/fontawesome-free/scss/solid';
@import '~@fortawesome/fontawesome-free/scss/regular';
@import '~@fortawesome/fontawesome-free/scss/brands';

# ライブラリの最新化
npm update

# app.js, app.cssの最新化
npm run prod

レビュー完了希望日

なし

関連Pull requests/Issues

なし

参考

DB変更の有無

無し

チェックリスト

@akagane99 akagane99 added the developer update 開発者向けの更新 label Mar 7, 2025
@akagane99 akagane99 self-assigned this Mar 7, 2025
@akagane99 akagane99 marked this pull request as ready for review March 7, 2025 09:36
@akagane99 akagane99 changed the title [アイコン] fortawesomeをnpmでインストール形式に見直し [アイコン] fortawesomeをnpmでインストール形式に見直し OW-2522 Mar 7, 2025
@akagane99 akagane99 merged commit 420f976 into master Mar 7, 2025
1 check passed
@akagane99 akagane99 deleted the fontawesome branch March 7, 2025 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer update 開発者向けの更新
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant