stencila / website

Stencila's website
http://stencila.io
4 stars 19 forks source link

Gif not showing in /blog/2017-08-features-stencila-sheets #21

Closed apawlik closed 6 years ago

apawlik commented 6 years ago

After frustrating hours of work, I still don't know why!

nokome commented 6 years ago

This has been fixed in https://github.com/stencila/website/commit/94b02abddc388c20be6a216e7510accb2c831bd8 by adding .gif to the list of file extensions for images. This list is used to work out what to copy from src to build.

The site that is deployed to production, and the one you view during development, is in build. So if you get errors like this where a file is 404ing in the dev console. The first thing to check is if it is in the expected location in builds.

apawlik commented 6 years ago

Thanks! It never occurred to be me to check if gifs are being listed for processing. Useful to learn.