outmoded / lout

API documentation generator
Other
276 stars 49 forks source link

lout will break with hapi 9 #114

Closed lloydbenson closed 9 years ago

lloydbenson commented 9 years ago

lout assumes server.views but this will be removed in hapi 9. You will need to register vision in order to get this done. I believe you can use minimal: true on the server to test out what you need.