Rich Harris
a89f7b01bb
Merge pull request #616 from Seb35/fix-swindex-base-path
...
Fix base-path with service-worker-index.html - fixes #579
2019-04-27 11:07:36 -04:00
Rich Harris
96a068245b
Merge pull request #620 from cudr/error_page_hooks
...
Error page lifecycle
2019-04-27 11:06:28 -04:00
Richard Harris
0862d0e2c8
add a test for server-route-as-middleware
2019-04-27 10:55:22 -04:00
Richard Harris
a26f8600c1
Merge branch 'html' of https://github.com/akihikodaki/sapper into akihikodaki-html
2019-04-27 10:47:49 -04:00
Rich Harris
f9d1dc5d3f
Merge pull request #622 from artemjackson/patch-2
...
Fixed %sapper.styles% injection for webpack apps
2019-04-21 13:42:21 -04:00
Rich Harris
52c4106d2c
in this house we use tabs
2019-04-21 13:41:52 -04:00
Akihiko Odaki
0fd332135e
Allow to have middleware for the path same with a HTML page
...
The feature was introduced with 9e2d0a7fbc ,
but regressed with commit 8dc52a04e4 .
2019-04-13 19:42:19 +09:00
cudr
9bb8bfa884
receive preloaded root_data
2019-04-08 20:07:42 +03:00
Artyom Stepanishchev
01c0097acb
Fixed %sapper.styles% injection for webpack builds
2019-04-08 18:51:35 +03:00
cudr
dcf726a89b
add missed semicolon
2019-04-06 02:51:05 +03:00
cudr
9e60a71cf5
clean up
2019-04-06 02:50:00 +03:00
cudr
3a9d457389
execute error page hooks
2019-04-06 02:32:11 +03:00
Seb35
1e9cd84854
Fix base-path with service-worker-index.html - fixes #579
2019-03-25 20:33:43 +01:00
Richard Harris
7be7e1eb9f
bump alpha version
2019-03-08 09:25:54 -05:00
Richard Harris
ca7973465b
Merge branch 'master' of github.com:sveltejs/sapper
2019-03-08 08:37:08 -05:00
Rich Harris
f7c88df3be
Merge pull request #596 from sveltejs/recover-alpha-10
...
various lost changes and fixes from 0.26.0-alpha.10
2019-03-08 08:35:47 -05:00
Conduitry
74c66b784f
Server-side preload check fixes ( fixes #575 , #594 , #598 )
2019-03-08 08:34:36 -05:00
Conduitry
9e9bd10333
various lost changes and fixes from 0.26.0-alpha.10
2019-03-07 13:18:40 -05:00
Rich Harris
9540383796
bump alpha version
2019-03-04 19:44:22 -05:00
halfnelson
b5edf0edd5
Fix export race condition ( #585 )
...
* Await all items in the export queue before killing server
2019-03-04 05:21:30 -05:00
Richard Harris
6dad750942
Merge branch 'better-errors'
2019-02-24 20:56:20 -05:00
Richard Harris
eee9d21900
tidy up
2019-02-24 20:56:16 -05:00
Richard Harris
55505571f8
extract entry css correctly
2019-02-24 20:44:19 -05:00
Richard Harris
4fe3c96c2d
print file/location/frame when encountering an initial error in dev
2019-02-22 09:28:08 -05:00
Rich Harris
411e2594af
bump alpha version
2019-02-21 17:05:06 -05:00
Rich Harris
e0de230e13
Slot-based routing ( #573 )
2019-02-21 16:34:07 -05:00
Tamas Ridly
c637687922
Fixed README - Get started section
2019-02-18 08:01:09 -05:00
Richard Harris
57fe5bdfa2
bump alpha version
2019-02-17 10:10:02 -05:00
Rich Harris
b2b476abb1
Merge pull request #568 from nolanlawson/nolan/preload-in-export
...
fix: add link rel=preload for exported sites
2019-02-17 09:55:08 -04:00
Rich Harris
ad0ebb8a69
Merge branch 'master' into nolan/preload-in-export
2019-02-17 09:51:03 -04:00
Rich Harris
130eafbd0a
Merge pull request #566 from nolanlawson/nolan/issue-565
...
fix: fix "sapper export" with a custom PORT
2019-02-17 09:48:02 -04:00
Rich Harris
9d2ce6d852
Merge pull request #563 from nolanlawson/patch-2
...
Remove unnecessary index.html file serve
2019-02-17 09:46:55 -04:00
Rich Harris
a476d21c9b
Merge pull request #561 from thgh/patch-3
...
Use getElementById to avoid querySelector error
2019-02-17 09:45:57 -04:00
Rich Harris
30b4b6660b
Merge pull request #569 from sveltejs/update-rollup
...
update Rollup, remove some superfluous deps
2019-02-17 09:45:02 -04:00
Richard Harris
cfd10c6f61
remove some more unused deps
2019-02-17 08:32:02 -05:00
Richard Harris
82a4973943
remove node 6 from ci matrix
2019-02-17 08:31:48 -05:00
Richard Harris
0609a92f3a
update Rollup, remove some superfluous deps
2019-02-17 08:23:30 -05:00
Nolan Lawson
37780656fd
fix incorrect test
2019-02-16 00:13:27 -08:00
Nolan Lawson
351ab13d29
fix: add link rel=preload for exported sites
2019-02-16 00:07:06 -08:00
Nolan Lawson
795da23418
fix: fix "sapper export" with a custom PORT
...
Fixes #565
2019-02-15 18:50:34 -08:00
Nolan Lawson
1f1211b7b4
Remove unnecessary index.html file serve
...
As far as I can tell, `/index.html` should no longer exist (outside of `sapper export`, which doesn't apply here). After #525 was merged, we're now using `/service-worker-index.html`, but that's handled by `get_page_handler.ts`, not here. So this code is doing nothing.
2019-02-14 19:14:14 -08:00
Thomas Ghysels
acafeac1cc
Fix #561
2019-02-13 17:59:32 +01:00
Rich Harris
82e637ea7c
Merge pull request #559 from sveltejs/svelte-extension
...
Use .svelte extension
2019-02-08 11:47:37 -05:00
Rich Harris
14ace57612
rename .html files to .svelte
2019-02-08 11:40:30 -05:00
Rich Harris
84a0ae562f
support .svelte or .html extensions
2019-02-08 11:34:33 -05:00
Rich Harris
8870b58766
bump alpha version
2019-02-08 10:42:46 -05:00
Rich Harris
54506c1eb6
bump alpha version
2019-02-07 08:47:32 -05:00
Rich Harris
4f6b2dcb7c
fix kleur thing
2019-02-07 08:47:02 -05:00
Richard Harris
0a87204593
Merge branch 'svelte-3'
2019-02-04 07:43:11 -05:00
Richard Harris
720cf8a859
treat foo.html and foo/index.html the same when generating manifest
2019-02-04 07:42:45 -05:00