Vidvox / oscqueryhtml

MIT License
14 stars 1 forks source link

Missing image resource #42

Closed dlublin closed 6 years ago

dlublin commented 6 years ago
screen shot 2018-08-13 at 10 05 44 am
dlublin commented 6 years ago

Only happens when making a build, works in node server.js dev mode. Guessing this is one for Dustin!

dustmop commented 6 years ago

Sorry, what are the steps for making a build?

dlublin commented 6 years ago

It seems reproducible with the prebuilt distribution file as well:

  1. Follow steps for static distribution from read me (copy prebuilt file, css folder, index.html into a folder, replace host url with your test IP:port)
  2. Load index.html into Chrome
  3. Observe missing image resource

vs

  1. Follow 3 steps from read me to run node.js development server
  2. Open your browser and go navigate to http://localhost:5050
  3. Observe OSCQuery logo is correctly visible
dustmop commented 6 years ago

Fixed by c5e3c01.