Rich Harris
bebb0dd595
CSS extraction and code-splitting
...
closes #388
2018-09-02 14:46:27 -04:00
Rich Harris
e00b315dec
emit legacy build
2018-08-30 22:58:07 -04:00
Rich Harris
4259fc8e58
update shimport, minor tidy up
2018-08-29 20:20:02 -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
85e25d6380
add a --bundler option, for forcing rollup or webpack
2018-08-28 17:29:14 -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
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
5075981a90
fix handling of fatal errors - fixes #289
2018-06-26 13:49:11 -04:00
Rich Harris
8ba57969c2
oops
2018-05-26 12:39:44 -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
Luke Edwards
9063057b0c
swap clorox —> ansi-colors
2018-05-15 09:00:55 -07:00
Rich Harris
4f98324a8a
oops, missed one
2018-05-03 23:46:41 -04:00
Rich Harris
1fcf3f79ee
only save the bits of client_info we need
2018-05-03 23:42:19 -04:00
John Muhl
56ac1aea9d
match sapper start
2018-04-22 22:50:05 -05:00
John Muhl
37a9fb62e2
Include process.env in exporter server options
2018-04-22 20:29:47 -05:00
Rich Harris
a70e88b1f4
-> v0.10.6
2018-04-19 13:03:12 -04:00
Rich Harris
ec88d4a430
Remove unnecessary globbing pattern
2018-04-03 21:38:28 -04:00
Joshua Kifer
909ea72108
Update dev.ts
2018-04-03 14:04:08 -07:00
Joshua Kifer
0e3abe489a
Re-upgrade chokidar, disable globbing
2018-04-03 12:58:06 -07:00
Rich Harris
c140b128ee
expect %sapper.base%
2018-03-18 22:06:11 -04:00
Nolan Lawson
fc2312eba6
Add full *.map file support
2018-03-18 16:17:41 -07:00
Rich Harris
b94481b716
Support being mounted on a path — fixes #180
2018-03-17 11:55:02 -04:00
Rich Harris
a95ddee48d
add protocol to startup message
2018-03-16 10:51:19 -04:00
Rich Harris
37d3d57694
workaround clorox bug
2018-03-11 20:51:14 -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
866286c95e
minify HTML on export
2018-03-11 14:57:10 -04:00
Rich Harris
1d71b86c0f
remove all hard-coded locations ( #181 )
2018-03-11 13:43:11 -04:00
Rich Harris
bdc248f09a
minify HTML at build time (also fixes #181 )
2018-03-11 13:35:29 -04:00
Rich Harris
be63ea7c96
add SAPPER_BASE and SAPPER_APP environment variables
2018-03-11 13:29:39 -04:00
Rich Harris
8ec433581a
a few small tweaks
2018-03-11 12:54:35 -04:00
Rich Harris
b1c57466c0
-> v0.9.0
2018-03-10 23:24:03 -05:00
Rich Harris
ba3d9c85c5
clorox seems to have a bug with inverse (TODO investigate)
2018-03-10 23:09:02 -05: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
Rich Harris
3a19657ad9
use wrong spelling of "grey"
2018-03-10 20:04:44 -05:00
Luke Edwards
dd39909371
replace chalk with clorox
2018-03-10 12:30:36 -08:00
Rich Harris
7f98d50e15
treat PORT=xxxx the same as --port xxxx
2018-03-10 10:09:18 -05:00
Rich Harris
c580259c07
dont hardcode port
2018-03-10 10:01:42 -05:00
Rich Harris
e8f3aff0da
Merge pull request #183 from sveltejs/use-polka
...
Use polka, remove unused dependencies
2018-03-10 09:54:22 -05:00
Rich Harris
c82031a8e5
remove some unused deps
2018-03-10 09:48:52 -05:00
Rich Harris
1eed1023aa
switch to polka, remove unused deps
2018-03-10 09:39:07 -05:00
Rich Harris
504654b58e
kill child process if webpack crashes - fixes #177
2018-03-09 21:02:05 -05:00