Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Better/faster exporting
Browse files Browse the repository at this point in the history
* add --build and --build-dir options to sapper export (#325)

* tweak export logging, update port-authority to prevent timeout bug

* better logging of export progress

* handle case where linked resource is already fetched

* default to .sapper/dev instead of .sapper

* handle query params and redirects

* dont write server_info.json either - second half of #318

* update changelog

* update lockfile

* try to track down ci test failures

* err wut

* curiouser and curiouser

* ok, seems to work now
  • Loading branch information
Rich-Harris authored Aug 3, 2018
1 parent 31327b3 commit eae8351
Show file tree
Hide file tree
Showing 11 changed files with 2,734 additions and 472 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# sapper changelog

## 0.15.5

* Faster `export` with more explanatory output ([#335](https://github.com/sveltejs/sapper/pull/335))
* Only blur `activeElement` if it exists ([#332](https://github.com/sveltejs/sapper/issues/332))
* Don't emit `client_info.json` or `server_info.json` ([#318](https://github.com/sveltejs/sapper/issues/318))

## 0.15.4

* Add `ignore` option ([#326](https://github.com/sveltejs/sapper/pull/326))
Expand Down
Loading

0 comments on commit eae8351

Please sign in to comment.