Skip to content

Releases: andrefgneves/meteor-iconfont

Remove JSON sourceHandler

08 Apr 08:34
Compare
Choose a tag to compare

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

03 Apr 14:16
Compare
Choose a tag to compare
  • Fixed bug when nothing happened if meteor was not listening for changes on JSON files.

meteor 1.0 support

13 Mar 15:39
Compare
Choose a tag to compare
  • Now works with meteor 1.0
  • Can now generate multiple files (see the stylesheets option)

v0.1.5

10 Jul 22:56
Compare
Choose a tag to compare

Allow specifying the generated stylesheet's file name

v0.1.4

09 Jul 17:05
Compare
Choose a tag to compare

Regenerate when the SVGs filenames change

v0.1.3

09 Jul 16:42
Compare
Choose a tag to compare

Fix missing dependency

v0.1.2

09 Jul 16:30
Compare
Choose a tag to compare

Only generates the font if necessary.

v0.1.1

09 Jul 15:25
Compare
Choose a tag to compare
Update readme to reflect cssDestBasePath

v0.1.0

15 May 18:37
Compare
Choose a tag to compare
Fix version number