Adds a sapper extract CLI command, which scrapes the server to run as a static website starting at the site's root.

TESTED=Basic unit test ensuring relevant routes are added.
This commit is contained in:
freedmand
2018-01-05 14:16:30 -08:00
parent ee94f355d5
commit 30ddb3dd7e
6 changed files with 770 additions and 46 deletions

3
test/app/.gitignore vendored
View File

@@ -3,4 +3,5 @@ node_modules
.sapper
yarn.lock
cypress/screenshots
templates/.*
templates/.*
dist