Artem Sapegin
Artem Sapegin
@nfroidure Could you take a look at this files? Maybe it’s IcoMoon bug and shouldn’t be fixed there.
I suppose you have read docs for Grunt and this plugin, add this code to your Gruntfile and it didn’t work as you expected (of course after reading the docs)....
Yep, `include` makes it more like regular concat. Because otherwise you could have the same component in a few different bundles (if components from that bundles depend on it) which...
They will be in the right order, no matter in which order you specify them in the `include`. But you need to specify all dependencies too. I’m not sure how...
Yeah, that would work. It would be great if you could create a pull request with that feature.
@Shino-, until you show me your gruntfile I could’t tell you what’s wrong with it.
@toddzebert, I think it would be easier to add all the dependencies of “included” components to the `include` array itself before `_.each(lists.components` loop at line 97. And I don’t like...
Good idea for pull request :+1:
Yeah, I think it’s possible. I should check embedded fonts in IE8. P. S. Good PRs are always a good thing ;-)
@MoOx Embedded fonts could be useful for small icon fonts. And it’s already supported here ;-)