FormidableLabs / spectacle-boilerplate

[DEPRECATED] Boilerplate project for getting started with Spectacle Core
579 stars 192 forks source link

Some images are not properly loaded in production mode #42

Open AugustinLF opened 7 years ago

AugustinLF commented 7 years ago

I observed that some ressources are not properly loaded (happens also on my own fork of the boilerplate). In dev mode (when running yarn start it works perfectly.

How to reproduce:

$ git clone ...
$ yarn install
$ yarn build
open index.html go slide 8

You'll see that some logo just don't appear. If I'm not mistaking, the npm logo should appear on the right of SendGrid's one. screen shot 2017-08-16 at 12 01 24

I use:

I don't think I have anything really specific about my machine, or my configuration.