- Fix
baseSelectorto be a valid CSS selector
- Compatibility with preprocessor files as templates
- More robust location of directory (e.g. for yarn workspaces)
- Remove dependency from
broccoli-webfontsince it is no longer active - Use newer
broccoli-caching-writerto resolve deprecation warnings - See #8 with thanks to @lsg-braymon
- Replace
baseClasswithbaseSelector
- Update
ember-cliversion and related changes fromember init
- Allow use within an ember engine
- The default addon blueprint now generates the folder that it expects the SVG files to live in and prevents a "Attempting to watch missing directory" error
- Avoid errors when there is no config object passed in
- Avoid errors when there are no
svgfiles in the destination directory
- Initial release