ByteBard
ByteBard
Tried setting this up. Started with: 1. bower install 2. npm install 3. npm run-script build (produces error):  Noticed I didn't have browserify installed so I installed with: npm...
The link https://github.com/PolymerLabs/polyserve/blob/master/src/server.js#L42 doesn't exist. Also the code you reference seems to have been replaced: `var splitPath = url.pathname.split(path.sep).slice(1);`
Hmmm, this is strange. I changed the line like you suggested. Still didn't work. Also noticed this line https://github.com/PolymerLabs/polyserve/blob/master/src/make_app.js#L41 which i changed to `var filePath = splitPath.join("/");` Still no joy....