Add support for static pages

This commit is contained in:
Tom Raithel
2017-01-24 21:36:42 +01:00
parent 5c5f90d4c1
commit 0252c9e112
10 changed files with 144 additions and 104 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"create": "npm run clean && babel-node ./scripts/create.js",
"build": "npm run clean && babel-node ./scripts/build.js",
"clean": "babel-node ./scripts/clean.js",
"test": "echo \"Error: no test specified\" && exit 1"
},