bradleyboy / yarsk

Don't use this, use Create React App
192 stars 38 forks source link

running the /dist using outside server background image is not shown. #20

Open delaneyj opened 9 years ago

delaneyj commented 9 years ago

npm start and go to http:localhost:8080\index.html all is well. Close browser and stop server then..

npm install -g http-server

npm run build
cd dist
http-server

Go to same http:localhost:8080\index.html and only see black screen (missing the bg image) all other content is there.

bradleyboy commented 9 years ago

@delaneyj Can you try the latest commit and see if that fixes the issue? Run npm install after updating.