Add a placeholder for the user app

This commit is contained in:
yflory
2017-05-18 15:56:35 +02:00
parent 620f4dc512
commit 21f9e31e75
6 changed files with 197 additions and 1 deletions

View File

@@ -60,7 +60,10 @@ var fragments = {};
});
// build static pages
['../www/settings/index'].forEach(function (page) {
[
'../www/settings/index',
'../www/user/index'
].forEach(function (page) {
var source = swap(template, {
topbar: fragments.topbar,
fork: fragments.fork,