Add ability to display revisions

This commit is contained in:
Tom Raithel
2017-08-22 22:31:50 +02:00
parent 33e66cb6fe
commit 113858c170
17 changed files with 97 additions and 8 deletions

View File

@@ -37,8 +37,8 @@ watch(jsPath(), options, watchBuild('pages'));
watch(assetsPath(), options, watchBuild('assets'));
watch(radarPath(), options, watchBuild('pages'));
var params = {
const params = {
root: relativePath('dist'),
logLevel: 2, // 0 = errors only, 1 = some, 2 = lots
logLevel: 0, // 0 = errors only, 1 = some, 2 = lots
};
liveServer.start(params);