Luke Edwards
498208a0f8
run sirv in dev-mode in “development” env
2018-08-22 17:04:54 -07:00
Rich Harris
29e6481559
Merge pull request #71 from sveltejs/0.15
...
[WIP] 0.15
2018-07-22 21:16:27 -04:00
Rich Harris
c270ef8c4a
realign with 0.15
2018-07-22 20:49:57 -04:00
Rich Harris
64837ca8a6
updates
2018-07-16 12:30:38 -04:00
Rich Harris
9c868f87a5
update for 0.15
2018-07-04 15:43:46 -04:00
Akihiko Odaki
7e028c825d
Do not cache with Cache API if cache mode is only-if-cached
...
The previous implementation tried to cache only-if-cached by changing
request mode but it doesn't work because the property is readonly.
However, caching responses cached with HTTP Cache again with Cache API
does not make sense anyway. Just do not cache it, and leave it to HTTP
cache.
2018-06-30 17:13:13 +09:00
Rich Harris
1dcad25401
pass props.path down to nav - is a bit more self-explanatory
2018-06-28 14:34:06 -04:00
Luke Edwards
f050a64a51
replace serve-static with sirv
2018-05-15 15:23:33 -07:00
Rich Harris
e84fb7bc7c
don't handle non-GET requests by default
2018-05-11 07:42:41 -04:00
Rich Harris
280f48f73e
Update template.html
2018-05-05 11:02:10 -04:00
Rich Harris
98813dd8fd
experimental new structure
2018-05-04 22:36:17 -04:00
Tony Sullivan
8190ab20eb
Update template.html
...
Updating template comment that was referencing <:Head>
2018-04-19 11:09:27 -05:00
Rich Harris
247c3c2dbd
Update server.js
2018-04-01 18:16:39 -04:00
Rich Harris
8887791e72
use fetch, tidy up
2018-03-18 22:38:14 -04:00
Rich Harris
b904695aca
merge master -> basepath
2018-03-18 22:09:09 -04:00
Rich Harris
0119b07e6b
use polka again
2018-03-17 10:55:02 -04:00
Rich Harris
d5e1c99ef6
make basepath-friendly
2018-03-16 20:25:15 -04:00
Rich Harris
99445fa62b
add PORT back, fixes #48
2018-03-15 18:22:48 -04:00
Rich Harris
6abeb06d7d
switch to polka
2018-03-11 19:42:12 -04:00
Rich Harris
8989b1a5f6
add note
2018-03-11 19:33:30 -04:00
Rich Harris
b5b48c9f16
Merge branch 'patch-1' of https://github.com/thgh/sapper-template into thgh-patch-1
2018-03-11 19:28:54 -04:00
Rich Harris
ae41376239
dont await clients.claim()
2018-03-04 21:35:55 -05:00
Rich Harris
ec1db3fc34
fix and update service worker
2018-03-03 21:41:26 -05:00
Rich Harris
220af2b1dd
remove generated files
2018-02-18 12:15:32 -05:00
Rich Harris
ad0da849fb
example error pages
2018-02-17 18:39:46 -05:00
Rich Harris
1f9b212794
WIP towards 0.7 compatibility
2018-02-17 17:45:18 -05:00