Jarrod Davis
6add2518aa
Fix restarting server in dev
...
Wait for the server process to exit before starting a new one, so that
the server debugger port is free when the new process begins.
2019-05-15 02:28:41 -06: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
e0de230e13
Slot-based routing ( #573 )
2019-02-21 16:34:07 -05:00
Richard Harris
0609a92f3a
update Rollup, remove some superfluous deps
2019-02-17 08:23:30 -05:00
Rich Harris
ca034d0857
Support Svelte 3
...
fixes #546 , #551 , #552 , #554
2019-02-03 14:29:47 -05:00
Rich Harris
cfd95ac024
dont buffer stdout/stderr
2018-10-27 11:02:34 -04:00
Rich Harris
6ae9a5e7c5
replace magic env vars with documented CLI flags
2018-10-09 08:33:25 -04:00
Rich Harris
52f40f9e63
Improve internal API
2018-10-08 19:21:15 -04:00
Rich Harris
6ded1a5975
slap self in face
2018-10-01 17:52:57 -04:00
Rich Harris
273823dfd7
move config into single file, add errors to help people migrate
2018-09-19 16:27:30 -04:00
Rich Harris
8f064fe5ac
update folder structure ( #432 )
2018-09-19 12:02:11 -04:00
Nikolai Sivertsen
520949c5e1
Enable debugging in Chrome and VS Code - fixes 435
2018-09-12 16:55:45 +02:00
Rich Harris
bebb0dd595
CSS extraction and code-splitting
...
closes #388
2018-09-02 14:46:27 -04:00
Rich Harris
7cc2a03aae
oops
2018-08-30 20:38:40 -04:00
Rich Harris
3d69d483d7
merge master -> gh-381
2018-08-30 19:49:28 -04:00
Rich Harris
54da524467
implement --dev-port flag - fixes #381
2018-08-30 19:46:14 -04:00
Rich Harris
7798f8f684
minor tidy up
2018-08-30 18:41:37 -04:00
Rich Harris
70fd7038b0
skip webpack annotations when using Rollup
2018-08-30 18:38:46 -04:00
Rich Harris
36f930f489
use --live by default, if using Rollup or --no-hot
2018-08-29 22:19:53 -04:00
Rich Harris
3b098caa6e
implement --live and --hot - fixes #385
2018-08-29 21:51:08 -04:00
Rich Harris
36fc8a947b
use shimport
2018-08-29 15:58:27 -04:00
Rich Harris
458be49b35
emit errors and warnings, albeit clumsily
2018-08-29 13:26:31 -04:00
Rich Harris
70b5cc86dc
replace client_assets.json with build.json, include bundler name
2018-08-28 17:56:46 -04:00
Rich Harris
85e25d6380
add a --bundler option, for forcing rollup or webpack
2018-08-28 17:29:14 -04:00
Rich Harris
200c5fcbd2
get tests passing again
2018-08-25 14:01:07 -04:00
Rich Harris
9cbb8bdc33
first stab at supporting Rollup ( #130 )
2018-08-25 12:42:27 -04:00
Rich Harris
24f2855f89
create a facade over webpack, to support alternative compilers
2018-08-25 09:11:45 -04:00
Rich Harris
f9bf23dc43
use cheap-watch instead of chokidar ( #364 )
2018-08-19 18:52:01 -04:00
Rich Harris
e0d533f2ea
bundle more stuff
2018-08-19 16:15:04 -04:00
Rich Harris
eae8351f77
Better/faster exporting
...
* 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
2018-08-03 00:10:58 -04:00
Rich Harris
1bcf20511b
dont emit client_info.json - fixes #318
2018-08-01 21:46:26 -04:00
Rich Harris
58de0f9c99
Nested routes
...
Fixes #262
2018-07-22 21:00:37 -04:00
Rich Harris
5075981a90
fix handling of fatal errors - fixes #289
2018-06-26 13:49:11 -04:00
Rich Harris
47cdc1c4c8
wait until server restarts before emitting hot reload update
2018-06-18 22:31:10 -04:00
Rich Harris
34c1fee5db
Merge branch 'master' of github.com:sveltejs/sapper
2018-06-17 13:02:13 -04:00
Rich Harris
1dafe934b0
initialise rebuild stats
2018-06-17 13:01:51 -04:00
Rich Harris
0800fa016b
emit a fatal event if server crashes
2018-06-16 20:18:32 -04:00
Rich Harris
f0d7a1aaab
change fatal events to be clonable, for IPC purposes
2018-06-16 13:49:19 -04:00
Rich Harris
9eeeaa24c1
emit a basepath event on first run
2018-06-14 17:20:46 -04:00
Rich Harris
f6e012ec73
reinstate ten second interval between heartbeats - fixes #276
2018-06-05 14:35:37 -04:00
Rich Harris
8ba57969c2
oops
2018-05-26 12:39:44 -04:00
Rich Harris
e0b4319c7d
preserve webpack stats, write client assets elsewhere
2018-05-26 12:31:43 -04:00
Rich Harris
98d0df4320
work around webpack silliness
2018-05-23 22:05:40 -04:00
Rich Harris
6aa3ce4f05
make stdout etc available via api
2018-05-23 21:56:35 -04:00
Rich Harris
1a4bace5f4
add dev API
2018-05-23 09:05:24 -04:00
Rich Harris
4f49fd8d5c
create build API
2018-05-22 11:32:06 -04:00