Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ This happens, when you try to inline a non-exisent or wrongly addressed `.svg` f
5. If you fiddled around with the [`svg.paths` option](#svg-paths), check the following:
- The `.svg` file you're trying to inline is a direct or indirect child of any of the directories listed in `svg.paths`.
- If the filename is something like `/public/images/foo/bar.svg` and your `svg.paths` option is set to something like `['public/images']`, you have to address the image with `foo/bar.svg`, instead of the default `images/foo/bar.svg`.
6. If you are using ember-cli's built in asset fingerprinting, make sure you exclude any of the svg's you have inlined with this library.

## Developing

Expand Down