Matthew Peveler

Results 226 comments of Matthew Peveler

There's quite a few "phantom RDFs" in the Gutenberg RDF download for whatever reason. I think it would be safe to say that any RDF that is missing title and...

Looks like this causes an infinite hang on my machine on your text example in both 2.7 and 3.7. Will try and play around more with this and figure out...

> make: gcc: No such file or directory Sounds like you need to install [`gcc`](https://gcc.gnu.org/) on your computer. I don't use Windows and so cannot offer any direct advice on...

You should not get the error in that issue if using `middleman-sprockets ~> 4.1` and `sprockets ~> 3.7`. It should only happen if you move to `sprockets ~> 4` as...

Just to confirm, what does it say at the start of the build process? Does it say: ``` == Sprockets will render css with ruby sass consider using Sprockets 4.x...

Is the repository for the docs openly available, or would you be able to send them to me via email (see profile for address)? I'm guessing that it's a matter...

It looks like the error here is that it's trying to use `sassc` to compile the spreadsheets instead of the `sass` gem. The two are unfortunately not API compatible (because...

While using sassc would be ideal, it is not API compatible with the sass gem and that migration does not seem to be simple (see #1368 for some details). I'm...

The intention is that you would only use `serve` for development purposes, and use `build` for production given that slate is intended to be a static site. If you really...

See https://github.com/slatedocs/slate/wiki/Using-Slate-in-Docker#building-slate for building Slate with Docker. After running it, you will see the built artifacts in that build directory that was mounted into the container. I've updated the article...