trailsjs / trails

:evergreen_tree: Modern Web Application Framework for Node.js.
http://trailsjs.io
Other
1.66k stars 70 forks source link

Config/web.js should be move under trailpack #76

Closed jaumard closed 8 years ago

jaumard commented 8 years ago

I think the config/web.js shouldn't be under trails/archetype and be under trailpack-hapi/archetype, trailpack-express4/archetype... If some web server have default values other than port to put in it they can't actually.

jaumard commented 8 years ago

Also config/weppack.js should move on trailpack-webpack

jaumard commented 8 years ago

Done for web.js here https://github.com/trailsjs/trails/pull/131 and https://github.com/trailsjs/trailpack-hapi/pull/65

konstantinzolotarev commented 8 years ago

@tjwebb @jaumard Super. I'd like to merge it ASAP. because want to add adiitional property into hapi config/web.js file.

jaumard commented 8 years ago

Closing this because PRs was merged.