Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

outdated FontAwesome implementation #52

Open
Sogmog opened this issue Jul 15, 2020 · 0 comments
Open

outdated FontAwesome implementation #52

Sogmog opened this issue Jul 15, 2020 · 0 comments

Comments

@Sogmog
Copy link

Sogmog commented Jul 15, 2020

currently the dependency "ember-font-awesome" (v4) breaks the ("@fortawesome/ember-fontawesome" v5) implementation and makes Version 5 Fonts unusable.

I cant find any way to disable the "ember-font-awesome" package to use my project fontawesome implementation:
even not through the assets exclude options: https://github.com/martndemus/ember-font-awesome#excluding-assets

package.json contain the following dependencies:
"@fortawesome/ember-fontawesome": "^0.2.1",
"@fortawesome/free-brands-svg-icons": "^5.9.0",
"@fortawesome/free-regular-svg-icons": "^5.9.0",
"@fortawesome/free-solid-svg-icons": "^5.9.0",

The Logic that create an Icon for the node can also be done manually in the template and will not break any project dependencies.

Is it possible to remove the outdated "ember-font-awesome" implementation or update to a up-to-date package like:
https://github.com/FortAwesome/ember-fontawesome ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant