Learn-by-doing / bitstarter

A crowd funding website that uses bitcoin
MIT License
23 stars 28 forks source link

Bug: static assets not loading on all the pages #89

Closed victorbrender closed 7 years ago

victorbrender commented 7 years ago

The code at https://github.com/Learn-by-doing/bitstarter/blob/master/middleware/static.js#L7 should make the css file available at http://localhost:3000/css/style.css. Maybe this will help: http://stackoverflow.com/questions/10265798/determine-project-root-from-a-running-node-js-application. This does not work.

victorbrender commented 7 years ago

Mine.

victorbrender commented 7 years ago

Fixed in https://github.com/Learn-by-doing/bitstarter/pull/90