Where is the difference between "font-awesome" and "components-font-awesome"? Which of those should be preferred?
Asked
Active
Viewed 70 times
3
-
1https://stackoverflow.com/questions/26301475/what-is-a-shim-repository – Adriano Repetti Sep 24 '18 at 12:10
1 Answers
1
Font-awesome is the original, well-known, suite of pictographic icons.
Component-Font-Awesome is a shim repository (i.e. an adapted copy) of Font Awesome for the Component project.
The goal of the Component project is to have a single shim repository for common projects such as Font Awesome supporting multiple package manager such as npm, Bower, Jam, ...
To answer your question: Which of those should be preferred? I would say that if the original repository fulfil your needs, use it, otherwise try the shim repository.

Ortomala Lokni
- 56,620
- 24
- 188
- 240