Rich Harris
|
faeddd8add
|
work around Svelte hydration failures
|
2018-01-20 12:53:06 -05:00 |
|
Rich Harris
|
d77722c042
|
Merge branch 'chexxor-patch-1'
|
2018-01-20 12:40:35 -05:00 |
|
Rich Harris
|
61daba7a64
|
add hydration test, add window.init function to make it possible
|
2018-01-20 12:40:31 -05:00 |
|
Rich Harris
|
54ff8cc2e6
|
Merge branch 'patch-1' of https://github.com/chexxor/sapper into chexxor-patch-1
|
2018-01-20 12:37:48 -05:00 |
|
Rich Harris
|
a305d3cea1
|
Merge pull request #97 from sveltejs/gh-90
return service worker from generate_asset_cache
|
2018-01-20 12:09:11 -05:00 |
|
Rich Harris
|
75e70207b8
|
return service worker from generate_asset_cache - fixes #90
|
2018-01-20 12:02:32 -05:00 |
|
Alex Berg
|
90cd347112
|
Fix typo
|
2018-01-19 01:25:20 -06:00 |
|
Alex Berg
|
5adfdd6fe0
|
Hydrate on first load, not destroy
|
2018-01-19 01:22:08 -06:00 |
|
Rich Harris
|
a6dc61a182
|
-> v0.5.1
v0.5.1
|
2018-01-16 08:47:50 -05:00 |
|
Rich Harris
|
96666d05ec
|
only write to filesystem in dev mode
|
2018-01-16 08:47:44 -05:00 |
|
Rich Harris
|
6390ba692b
|
-> v0.5.0
v0.5.0
|
2018-01-15 10:28:48 -05:00 |
|
Rich Harris
|
0e131cc81e
|
Merge pull request #88 from sveltejs/gh-9
Exporting
|
2018-01-15 10:24:35 -05:00 |
|
Rich Harris
|
bd3d5713cb
|
Merge pull request #64 from lukeed/lazy-chokidar
Lazily Require Chokidar
|
2018-01-15 10:04:37 -05:00 |
|
Rich Harris
|
9ec23c47ad
|
update test
|
2018-01-15 10:04:24 -05:00 |
|
Rich Harris
|
b7bb69925e
|
rename extract to export, for familiarity to next.js devs
|
2018-01-15 10:03:27 -05:00 |
|
Rich Harris
|
25124f6ee7
|
Merge branch 'master' into lazy-chokidar
|
2018-01-15 09:58:39 -05:00 |
|
Rich Harris
|
73d491cd19
|
Merge branch 'master' into lazy-chokidar
|
2018-01-15 09:58:03 -05:00 |
|
Rich Harris
|
e25fceb4b8
|
node 6 is the new IE
|
2018-01-15 09:36:12 -05:00 |
|
Rich Harris
|
3807147c57
|
add missing dependency
|
2018-01-14 22:45:59 -05:00 |
|
Rich Harris
|
a523ba58ff
|
save pages as index.html, ignore hashes
|
2018-01-14 22:45:51 -05:00 |
|
Rich Harris
|
fe03fd3a52
|
update lockfile
|
2018-01-14 18:21:37 -05:00 |
|
Rich Harris
|
89c430a0cb
|
slightly different approach to extracting
|
2018-01-14 18:19:51 -05:00 |
|
Rich Harris
|
8ef312849c
|
always write service-worker.js and shell index.html file
|
2018-01-14 18:16:10 -05:00 |
|
Rich Harris
|
4200446684
|
ignore trailing slash in pathnames
|
2018-01-14 18:15:40 -05:00 |
|
Rich Harris
|
681ed005b8
|
remove unused deps
|
2018-01-14 18:15:12 -05:00 |
|
Rich Harris
|
d457af8d51
|
update test
|
2018-01-14 18:14:07 -05:00 |
|
Rich Harris
|
0c158b9e1f
|
Merge branch 'master' of https://github.com/freedmand/sapper into freedmand-master
|
2018-01-14 13:48:07 -05:00 |
|
Rich Harris
|
50011e2077
|
always print stdout/stderr, to avoid wild goose chase debugging
|
2018-01-14 13:47:23 -05:00 |
|
Rich Harris
|
f27b7973e3
|
Build before extracting
|
2018-01-14 13:46:25 -05:00 |
|
Rich Harris
|
2af2ab3cb9
|
Ensure output dir exists, return Promise
|
2018-01-14 13:45:47 -05:00 |
|
Rich Harris
|
6a4dc1901c
|
Enforce prod mode, return a Promise so it can be used programmatically
|
2018-01-14 13:45:01 -05:00 |
|
Rich Harris
|
fbbc0e9e19
|
Merge branch 'master' of https://github.com/freedmand/sapper into freedmand-master
|
2018-01-14 12:29:15 -05:00 |
|
Rich Harris
|
1213c3da46
|
fix lockfile mess
|
2018-01-14 12:27:35 -05:00 |
|
Rich Harris
|
4cc2104088
|
add back test that got lost in a merge conflict somewhere
|
2018-01-14 12:23:07 -05:00 |
|
Rich Harris
|
d6dda371ca
|
typo
|
2018-01-14 12:22:41 -05:00 |
|
Rich Harris
|
304c06085e
|
Merge branch 'master' into master
|
2018-01-14 12:19:47 -05:00 |
|
Rich Harris
|
33b6450e34
|
Merge branch 'master' into master
|
2018-01-14 12:16:09 -05:00 |
|
Rich Harris
|
8faa98af6a
|
-> v0.4.0
v0.4.0
|
2018-01-14 12:07:06 -05:00 |
|
Rich Harris
|
14df138528
|
Merge pull request #87 from sveltejs/gh-3
Serialize preloaded data for initial page and serve to client
|
2018-01-14 11:50:18 -05:00 |
|
Rich Harris
|
44285cdb2f
|
serialized preloaded data and send to client as initial payload - fixes #3
|
2018-01-14 11:22:00 -05:00 |
|
Rich Harris
|
bd656cfd5b
|
Merge branch 'fix-tests-without-async' into gh-3
|
2018-01-14 10:45:55 -05:00 |
|
Rich Harris
|
c4b4bd587d
|
use %sapper.scripts%
|
2018-01-14 10:45:21 -05:00 |
|
Rich Harris
|
2abfdb03d5
|
wait for window.READY so that this tests we dont double-preload
|
2018-01-14 10:44:38 -05:00 |
|
Rich Harris
|
a80ac3a8b8
|
change tests back to non-async versions
|
2018-01-14 00:43:57 -05:00 |
|
Rich Harris
|
887cb09386
|
merge
|
2018-01-14 00:21:55 -05:00 |
|
Rich Harris
|
cfeeafded4
|
Merge pull request #84 from sveltejs/test-in-node-6
test in node 6
|
2018-01-14 00:18:23 -05:00 |
|
Rich Harris
|
2cae674033
|
Merge branch 'master' into test-in-node-6
|
2018-01-14 00:14:40 -05:00 |
|
Rich Harris
|
7c0f32662d
|
remove async from new test
|
2018-01-14 00:10:20 -05:00 |
|
Rich Harris
|
b4fb1c3268
|
Merge branch 'master' of github.com:sveltejs/sapper
|
2018-01-14 00:02:32 -05:00 |
|
Rich Harris
|
ecd0f673a9
|
test in node 6
|
2018-01-14 00:01:51 -05:00 |
|