root-systems / dogstack

:dog: :dog: :dog: a popular-choice grab-bag framework for teams working on production web apps
https://dogstack.js.org/
24 stars 7 forks source link

refactor(config): use assets.root instead of assets #84

Closed ahdinosaur closed 6 years ago

ahdinosaur commented 6 years ago

feathers.static (same as express.static) is called as:

feathers.static(config.assets.root, config.assets)

BREAKING CHANGE (need to update docs and example)

iainkirkpatrick commented 6 years ago

iain to update the docs and example :)