- Fix
baseSelector
to 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-webfont
since it is no longer active - Use newer
broccoli-caching-writer
to resolve deprecation warnings - See #8 with thanks to @lsg-braymon
- Replace
baseClass
withbaseSelector
- Update
ember-cli
version 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
svg
files in the destination directory
- Initial release