client+server: switch to yaml config

This commit is contained in:
rr-
2016-04-06 20:38:45 +02:00
parent 19a357611b
commit 55cc7b59e4
18 changed files with 201 additions and 179 deletions

View File

@ -11,7 +11,7 @@ class HomeView extends BaseView {
render(section) {
this.showView(this.template({
name: config.basic.name,
name: config.name,
version: config.meta.version,
buildDate: config.meta.buildDate,
}));