trailsjs / trailpack-hapi

:package: Hapi.js Trailpack
MIT License
19 stars 9 forks source link

Fixed the issue were the trailpack doesn't emit the `webserver:http:r… #108

Closed weyert closed 8 years ago

weyert commented 8 years ago

…eady-event other trailpacks are expecting this event to be triggered e.g.trailpack-realtime`.

See also ticket: https://github.com/trailsjs/trailpack-realtime/issues/6

jaumard commented 8 years ago

Thanks @weyert don't know why this piece of code has disappear... Can you fix eslint error ? And also modify this code to be send same element as trailpack-express (https://github.com/trailsjs/trailpack-realtime/pull/7#issuecomment-239665114)

weyert commented 8 years ago

I have updated the code. I am not sure about which ESLint error you are referring too. The node package doesn't come with it.

jaumard commented 8 years ago

@weyert thanks ! Continuous integration on TravisCI is failing you can see errors here https://travis-ci.org/trailsjs/trailpack-hapi/jobs/152783889#L299-L300

konstantinzolotarev commented 8 years ago

@weyert just remove semicolons after lines 62, 66

weyert commented 8 years ago

Done!

jaumard commented 8 years ago

Thanks @weyert :)

weyert commented 8 years ago

Thank you!