André Gaul
André Gaul
I'm happy with the solution proposed by @cholin.
Experiencing the same issue on TravisCI builds. The fontmin command even spits out binary data to the log instead of writing it to the target directory, see https://travis-ci.org/paperhive/paperhive-widget/builds/272861353
@yellowmamba can you check if this also fixes your problem? You could use use `"fontmin": "andrenarchy/fontmin#fix-dest"` in your `package.json` for testing.
Is there any way to get this merged? This fixes a bug (at the moment it checks for TTY instead of for presence of `dest` parameter).
Hey there, it's André from @paperhive. I just wanted to let you know that I'm in Vancouver on June 2/3 and I'm also available for anything related to PaperHive. I'd...
Hey @joeyklee! I'm at the SSP conference today and tomorrow but maybe I can come around for saying hi. When will you be at the Mozilla office? I couldn't find...
Perfect! Hopefully I'll find a slice of time for coming around tomorrow. :)
+1 This also makes sense if `koa-router` is used with [allowedMethods](https://github.com/alexmingoia/koa-router/#routerallowedmethodsoptions--function). This middleware sets the `Allow:` headers in response to an `OPTIONS` request. If `koa-cors` runs first, the `Allow:` headers...
Did some cleanup, now ready in my opinion. 🙂