Skip to content

Commit

Permalink
[Glitch] Remove font-awesome npm package
Browse files Browse the repository at this point in the history
Port 4c4bcad to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
mjankowski authored and ClearlyClaire committed Aug 20, 2024
1 parent e19b3aa commit 55e6c0c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/javascript/entrypoints/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
that is implicitly generated as the common chunk through webpack's `splitChunks` config */

import './public-path';
import 'font-awesome/css/font-awesome.css';
1 change: 0 additions & 1 deletion app/javascript/flavours/glitch/common.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import Rails from '@rails/ujs';
import 'font-awesome/css/font-awesome.css';

export function start() {
require.context('@/images/', true, /\.(jpg|png|svg)$/);
Expand Down

0 comments on commit 55e6c0c

Please sign in to comment.