wakayama-io / generator-hapi-composer

MIT License
5 stars 3 forks source link

Update project to be compatible with Hapi 8.x #6

Open rainabba opened 9 years ago

rainabba commented 9 years ago

The change at index.js:315 isn't ideal I think, but given the point of this generator, I think it's acceptable. Without it, the generated project will crash because no password is set on the jar cookie options.

I would encourage someone to veryify any tests because I only touched what was needed to get it running and serving the "don't worry, be hapi!" message so far. If I use this further and discover more issues, I will commit those.

rainabba commented 9 years ago

Of course as I'm doing the pull request I THEN realize there is a Hapi 8.x.x branch so I'm not sure if this is really worth anything, but here it is just in case.