trailsjs / trailpack-hapi

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

config for assets #75

Closed weyj4 closed 8 years ago

weyj4 commented 8 years ago

In trailpack-express, you set your static assets directory in app.config.main.paths.www. In trailpack-hapi, it's currently set in app.config.web.assets. We should probably make hapi and express config the same to keep things uniform.