We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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",
package.json
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 ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: