Ember-cli build issue [newbie]

Being completely new to ember, i was happily typing away using ember s. However when I used ember build -prod I only get my index, I can no longer access any of the routes, the routes are in the built js file but cannot be accessed at all.

Below is the source code

Note: I am serving the dist folder statically with a go server

If you npm install -g httpserver does running httpserver from your dist folder work?