Aaron Lampros

Results 11 comments of Aaron Lampros

Same here. If you scroll through the error output (hitting space a few times), vundle continues doing it's updates/installs with no other problems. | Package | Version | | ---...

For those interested, I was able to get this working by using the ([modified](https://github.com/twitter-fabric/velocity-react/pull/141)) shim (similar to [the above solution](https://github.com/julianshapiro/velocity/issues/474#issuecomment-116231808)) from `velocity-react` and using [patched versions](https://github.com/alampros/velocity/commit/47d5d7969b9ad6f77b47e5de4d84e8c5ced5bc34) of `velocity.js` and `velocity-ui.js`.

Doesn't webpack 2 prune all deduped modules by default now?

Thanks for getting back! Unfortunately I can’t share the code, but now that I think about it, that might be part of the problem: it’s a private repo. Do you...

Did you try running grunt in `--verbose` mode?

Are you using the [codepoints](https://github.com/sapegin/grunt-webfont#codepoints) option? If not, I can you try it and see if that corrects the issue?

@luxmedia can you confirm that the fix in #350 fixed this issue for you?

That is very odd. I'm betting that it's not an issue with the source SVG, only because the font seems to render correctly on mobile safari. @gabrieledarrigo have you tried...

As @motet-a noted earlier, I think this happens when smaller SVGs are run through the SVGO optimization and all your long decimal coordinates get rounded off. This is why the...

Ah man. I haven't touched this in a while, and I'm swamped with work right now. Hopefully, I'll get some time in the coming weeks to get this back up...