ByteBard

Results 3 comments of ByteBard

Tried setting this up. Started with: 1. bower install 2. npm install 3. npm run-script build (produces error): ![debug](https://cloud.githubusercontent.com/assets/5717496/7160633/d18e96de-e379-11e4-87e6-7ff8219fad22.PNG) 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....