pngwn
e7b1aa373a
Add support for custom route file extensions.
2019-05-17 19:19:04 +01:00
Rich Harris
ff60a7b389
Merge branch 'gh-604-alpha' of https://github.com/bwbroersma/sapper into bwbroersma-gh-604-alpha
2019-04-29 11:50:08 -04:00
cudr
3a9d457389
execute error page hooks
2019-04-06 02:32:11 +03:00
Benjamin W. Broersma
bf50392df5
Fixes #604 - using single queue for export.
2019-03-22 00:43:08 +01:00
Richard Harris
eee9d21900
tidy up
2019-02-24 20:56:16 -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
4f6b2dcb7c
fix kleur thing
2019-02-07 08:47:02 -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
01a519a4d9
fix everything i just broke
2018-10-01 15:47:01 -04:00
Rich Harris
d9ad1d1b10
put server assets in subfolder
2018-10-01 15:21:35 -04:00
Rich Harris
a43764a971
put everything in __sapper__
2018-09-30 14:55:54 -04:00
Rich Harris
e00b315dec
emit legacy build
2018-08-30 22:58:07 -04:00
Rich Harris
54da524467
implement --dev-port flag - fixes #381
2018-08-30 19:46:14 -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
6393a30b13
print nice build summaries
2018-08-29 15:03:10 -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
8abc01551e
export should fail on timeouts
2018-08-24 14:25:48 -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
Luke Edwards
9063057b0c
swap clorox —> ansi-colors
2018-05-15 09:00:55 -07:00
Rich Harris
4ec1c65395
exit with code 1 if build/export fails - fixes #208
2018-05-04 17:42:37 -04:00
Rich Harris
ad7c872ee3
Merge pull request #250 from sveltejs/gh-240
...
implement --launcher
2018-05-03 23:49:06 -04:00
Rich Harris
4fa5ed5e2c
simplify
2018-05-03 23:30:09 -04:00
Rich Harris
1a5364ae9d
on second thoughts, default to build/index.js
2018-05-03 23:16:56 -04:00
Rich Harris
d7a9074c69
implement --launcher
2018-05-03 23:04:05 -04:00
Rich Harris
00adb53802
allow process.env.NODE_ENV to be overridden when building ( #241 )
2018-05-03 22:21:00 -04:00
Rich Harris
b94481b716
Support being mounted on a path — fixes #180
2018-03-17 11:55:02 -04:00
Rich Harris
69f5b9cac7
implement --open - fixes #186
2018-03-11 16:01:13 -04:00
Rich Harris
43563bd8e5
show which files are being exported
2018-03-11 15:44:53 -04:00
Rich Harris
cddd7adaad
lazy-load stuff
2018-03-10 23:00:36 -05:00
Rich Harris
254e41b11e
use code-splitting etc
2018-03-10 22:26:53 -05:00