Add filter logic for overview page

This commit is contained in:
Tom Raithel
2017-02-20 20:12:34 +01:00
parent 9f33c7a8ca
commit c8ee3da561
7 changed files with 89 additions and 67 deletions

View File

@@ -8,9 +8,8 @@ import {
jsPath,
radarPath,
staticPath,
templatesPath,
distPath,
} from './file';
} from '../common/file';
const runBuild = (name) => (
@@ -36,8 +35,6 @@ watch(stylesPath(), options, watchBuild('css'));
watch(jsPath(), options, watchBuild('js'));
watch(assetsPath(), options, watchBuild('assets'));
watch(radarPath(), options, watchBuild('pages'));
watch(staticPath(), options, watchBuild('pages'));
watch(templatesPath(), options, watchBuild('pages'));
var params = {
root: distPath(),