@belgoros wrote:
I wonder what is the right place to put external CSS files and fonts (like Foundation Icons fonts, for example) in an Ember app ? I put the whole unzipped folder into
public
folder, added the import inember-cli-build.js
like that:app.import('foundation-icons/foundation-icons.css');
and referenced it in
app/index.html
as follows:<link integrity="" rel="stylesheet" href="{{rootURL}}foundation-icons/foundation-icons.css">
Is it correct ?
Posts: 1
Participants: 1