Jeffrey van der Heide

Results 7 comments of Jeffrey van der Heide

For now I'm using this work around, although it's not ideal. And the .SVG still ends up in my fonts folder as well. [...] ``` javascript "images": { "files": [...

@austinpray just recently used something like that to check for SVG fonts vs SVG images: ``` javascript var _ = require('lodash'); var filter = require('gulp-filter'); var gulp = require('gulp'); //...

Having the same problem as @jajouka79

Running to exactly this issue with a statically generated site. Our CMS is only accessible from certain IP addresses. As such our generation works fine but upon reaching a 404...

So eehh, I know this issue is quite old by now but [I'm running in to an issue that seems to be the same issue](https://codepen.io/JvanderHeide/pen/mwZbgE) right now, items with a...

@matsko Yeah that's what I gathered from the source, and it makes sense. I guess I'll just have to work around it :+1: In my case the `data-attr` would've been...

We're using groups in gitlab and are experiencing the same issue. I've been able to (albeit nasty, by copying some code) to provide for our own specific use case, it...