Skip to content
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.

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

Open
delaneyj opened this issue Jun 9, 2015 · 1 comment
Open

Comments

@delaneyj
Copy link

delaneyj commented Jun 9, 2015

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 added a commit that referenced this issue Jun 16, 2015
Should resolve some issues involving CSS order in the production output.

Possible fix for #20
@bradleyboy
Copy link
Owner

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

rxaviers pushed a commit to rxaviers/yarsk that referenced this issue Aug 29, 2015
Should resolve some issues involving CSS order in the production output.

Possible fix for bradleyboy#20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants