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
e51c733e3f
Merge pull request #379 from sveltejs/gh-130
...
Rollup support
2018-08-29 21:02:48 -04:00
Rich Harris
4259fc8e58
update shimport, minor tidy up
2018-08-29 20:20:02 -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
6393a30b13
print nice build summaries
2018-08-29 15:03:10 -04:00
Rich Harris
458be49b35
emit errors and warnings, albeit clumsily
2018-08-29 13:26:31 -04:00
Rich Harris
f8d742bdd0
hashing
2018-08-29 10:55:52 -04:00
Rich Harris
7e698f1613
use watchChange plugin hook to detect invalidations
2018-08-28 18:06: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
19a5dcad1d
update CLI
2018-08-28 17:29:27 -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
3d39836cfb
prevent deprecation warnings
2018-08-25 09:12:06 -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
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
55b7ffd2ed
Merge pull request #361 from sveltejs/handle-unknown-preload-errors
...
handle unknown preload errors
2018-08-16 12:44:27 -04:00
Rich Harris
9f4d4e70de
can remove this, preloading is set false on render
2018-08-16 12:39:54 -04:00
Rich Harris
deef1bbfcf
handle unknown preload errors
2018-08-16 12:25:23 -04:00
Seth Thompson
17b0fc0d0c
nit
2018-08-11 17:52:53 -04:00
Seth Thompson
3c44c511e4
make sure page has expected preloading value
2018-08-11 17:51:44 -04:00
Seth Thompson
7cf1b9613a
prefetching should not set root preloading value, closes #352
2018-08-11 12:26:27 -04:00
Rich Harris
4c9c1dccf5
Merge pull request #350 from sveltejs/gh-344
...
pass response object to store getter
2018-08-09 20:13:17 -04:00
Rich Harris
444908cac5
pass response object to store getter - fixes #344
2018-08-08 10:57:10 -04:00
Luke Edwards
aad87857ce
fix: replace leading slash in preload’s redirect
2018-08-06 20:28:28 -07: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
31327b3780
Merge pull request #333 from sveltejs/gh-332
...
only blur activeElement if there is one
2018-08-02 10:43:27 -04:00
Rich Harris
1bcf20511b
dont emit client_info.json - fixes #318
2018-08-01 21:46:26 -04:00
Rich Harris
003fa8ab2c
only blur activeElement if there is one - fixes #332
2018-08-01 21:34:30 -04:00
Rich Harris
47a6d6f662
Merge pull request #326 from lukeed/feat/ignore
...
Add `ignore` option
2018-08-01 08:46:49 -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
Luke Edwards
51b4f9cbbf
add opts.ignore support
2018-07-29 14:01:44 -07:00
Rich Harris
8e3830b646
fix child.segment bug
2018-07-23 17:02:35 -04:00
Rich Harris
731d4f535c
skip layout components where none is provided - fixes #312
2018-07-23 16:31:00 -04:00
Rich Harris
39eb3be01e
-> v0.15.1
2018-07-22 21:25:33 -04:00
Rich Harris
58de0f9c99
Nested routes
...
Fixes #262
2018-07-22 21:00:37 -04:00
Rich Harris
74acf93c7a
prevent unsafe replacements of preloaded data etc
2018-07-14 20:56:05 -04:00
Rich Harris
8dc52a04e4
split pages and server routes into separate arrays
2018-07-05 08:14:07 -04:00
Rich Harris
008b607c01
generate pages and server routes separately
2018-07-04 10:53:41 -04:00