Closed nelsonpecora closed 10 years ago
Ahah. Figured it out. phantomjs seems to be breaking when it tries to load svgs with hashmarks in their names. Removing them fixed it, but you might want to note that in the readme (since a lot of people are coming to this from grunticon, which has a naming scheme that involves hashmarks).
Hi, thanks for catching this. Can you provide "wrong" file name for example?
Looks like anything with hashmarks, which makes sense since I imagine they're being parsed as urls by phantomJS.
cog.colors-#3b3b3b.svg
facebook.colors-#fff-#666.svg
See this doc for grunticon's color spec. It's a bit weird.
@yoshokatana seems it was fixed in 26b0b045806ce7bd259265b46b88a6f191cf44d9 please, verify
Yep, looks like it works. Sweet!
I get this error every time I try to use it, no matter what options I pass to it. Also, it doesn't look like this plugin has any tests.