Releases: andrefgneves/meteor-iconfont
Releases · andrefgneves/meteor-iconfont
Remove JSON sourceHandler
Some weirdness happens when using this with meteor-bower. Probably because we both registered JSON sourceHandlers. Removing the handler means meteor will not generate fonts when the iconfont.json file changes (unless meteor-bower is present), and a meteor restart or an SVG change is needed to trigger the font regeneration.
v0.1.7
- Fixed bug when nothing happened if meteor was not listening for changes on JSON files.
meteor 1.0 support
- Now works with meteor 1.0
- Can now generate multiple files (see the stylesheets option)
v0.1.5
Allow specifying the generated stylesheet's file name
v0.1.4
Regenerate when the SVGs filenames change
v0.1.3
Fix missing dependency
v0.1.2
Only generates the font if necessary.
v0.1.1
Update readme to reflect cssDestBasePath
v0.1.0
Fix version number