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
76cb6d97f3
oops
2018-08-29 18:01:17 -04:00
Rich Harris
99b096a5c4
rimraf before mkdirp
2018-08-29 16:05:41 -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
8abc01551e
export should fail on timeouts
2018-08-24 14:25:48 -04:00
Rich Harris
32f4a50f25
show which file is causing an error/warning
2018-08-23 11:09:02 -04:00
Rich Harris
18e6f29de7
merge master -> crawl-queue
2018-08-22 18:39:28 -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
dba83641e4
remove glob and cheerio from dependencies
2018-08-19 15:20:14 -04:00
Rich Harris
d0c6b9cdca
limit parallel crawls
2018-08-19 12:49:58 -04:00
Rich Harris
84a58f34a0
add test for exporting with custom basepath
2018-08-06 22:35:02 -04:00
Julian Burgess
a176a3b79b
Remove basepath from deferred urls and add trailing slash to root request
2018-08-06 16:43:02 +01: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
4a75fff4ec
Merge pull request #329 from sveltejs/parallel-exports
...
parallelize exports
2018-07-31 15:05:38 -04:00
Rich Harris
eae991d369
parallelize exports
2018-07-31 14:56:29 -04:00
Rich Harris
c2b393d3fd
dont minify JS when minifying HTML
2018-07-31 14:43:58 -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
58d2f605fc
expose find_page method
2018-05-26 12:31:52 -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
0dbf75f100
create API for exporting
2018-05-22 11:57:24 -04:00
Rich Harris
4f49fd8d5c
create build API
2018-05-22 11:32:06 -04:00