Refactor techradar to subfolder

This commit is contained in:
Mathias Schopmans
2017-04-04 18:10:44 +02:00
parent 461c4e7dda
commit 1323610982
11 changed files with 23 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ import {
jsPath,
radarPath,
staticPath,
distPath,
relativePath,
} from '../common/file';
@@ -38,7 +38,7 @@ watch(assetsPath(), options, watchBuild('assets'));
watch(radarPath(), options, watchBuild('pages'));
var params = {
root: distPath(),
root: relativePath('dist'),
logLevel: 2, // 0 = errors only, 1 = some, 2 = lots
};
liveServer.start(params);