Skip to content

Instantly share code, notes, and snippets.

@spryffee
Last active March 10, 2023 08:50
Show Gist options
  • Save spryffee/a9fdf8f05534c31457b13db3a2608b31 to your computer and use it in GitHub Desktop.
Save spryffee/a9fdf8f05534c31457b13db3a2608b31 to your computer and use it in GitHub Desktop.
How to add fontawesome to Rails project using importmaps
bin/importmap pin @fortawesome/fontawesome-free
# add to app/javascript/applications.js
import "@fortawesome/fontawesome-free"
# add to config/importmap.rb
pin "@fortawesome/fontawesome-free", to: "https://ga.jspm.io/npm:@fortawesome/fontawesome-free@6.3.0/js/all.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment