Rich Harris
|
5ec748b95d
|
Merge pull request #427 from sveltejs/gh-426
handle value-less query string parameters
|
2018-09-07 18:18:28 -04:00 |
|
Rich Harris
|
64b16715cd
|
handle value-less query string parameters - fixes #426
|
2018-09-07 18:02:58 -04:00 |
|
Nolan Lawson
|
68e93a8fa0
|
add cache-control:immutable for immutable assets
|
2018-09-07 11:07:50 -07:00 |
|
Rich Harris
|
91f2c6e49c
|
Merge pull request #418 from nsivertsen/sourcemaps
Enable source maps by default in dev mode when using rollup
|
2018-09-04 07:32:15 -04:00 |
|
Rich Harris
|
f5e07e9f78
|
Merge pull request #419 from sveltejs/gh-417
decode req.params
|
2018-09-04 07:31:53 -04:00 |
|
Rich Harris
|
9ef4f33e38
|
decode query params
|
2018-09-03 20:09:25 -04:00 |
|
Rich Harris
|
30966ee7f2
|
decode req.params - fixes #417
|
2018-09-03 18:36:07 -04:00 |
|
Nikolai Sivertsen
|
ae90f774e1
|
Enable source maps by default in dev mode when using rollup
|
2018-09-04 00:26:18 +02:00 |
|
Rich Harris
|
0706b5f50a
|
decode req.path during export
|
2018-09-03 09:02:13 -04:00 |
|
Rich Harris
|
6ccae0cd33
|
better unicode handling - fixes #347, i think
|
2018-09-02 23:00:39 -04:00 |
|
Rich Harris
|
64c2394c9d
|
Merge branch 'master' of github.com:sveltejs/sapper
|
2018-09-02 21:54:13 -04:00 |
|
Rich Harris
|
bf9cbe2f3b
|
print details of webpack errors - fixes #403
|
2018-09-02 21:53:46 -04:00 |
|
Rich Harris
|
2c507b5a2e
|
allow reserved words as route names - fixes #315
|
2018-09-02 21:46:25 -04:00 |
|
Rich Harris
|
4a92fbbbfa
|
Merge pull request #410 from sveltejs/gh-220
ignore things that look like temp files when generating manifest data
|
2018-09-02 21:13:33 -04:00 |
|
Rich Harris
|
64223b572b
|
ignore clicks on <a> elements without hrefs - fixes #235
|
2018-09-02 20:56:50 -04:00 |
|
Rich Harris
|
1b6dfd3580
|
ignore things that look like temp files when generating manifest data - fixes #220
|
2018-09-02 20:33:00 -04:00 |
|
Rich Harris
|
45f4c47a3e
|
oops that wasnt quite right
|
2018-09-02 18:41:17 -04:00 |
|
Rich Harris
|
a18af2a473
|
dont include origin in export redirects
|
2018-09-02 17:01:29 -04:00 |
|
Rich Harris
|
bebb0dd595
|
CSS extraction and code-splitting
closes #388
|
2018-09-02 14:46:27 -04:00 |
|
Rich Harris
|
350d37e210
|
Merge pull request #397 from sveltejs/gh-280
Implement differential bundling
|
2018-08-31 16:39:20 -04:00 |
|
Rich Harris
|
15cc4bf296
|
bundle webpack-format-messages
|
2018-08-31 11:13:03 -04:00 |
|
Rich Harris
|
c7cce985e3
|
serve legacy assets if such there be
|
2018-08-30 23:13:34 -04:00 |
|
Rich Harris
|
e00b315dec
|
emit legacy build
|
2018-08-30 22:58:07 -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
|
ee95240ca6
|
Merge pull request #394 from sveltejs/gh-390
omit trailing slash from server route matchers
|
2018-08-30 19:37:23 -04:00 |
|
Rich Harris
|
74d5d1f9c0
|
Merge pull request #395 from sveltejs/gh-391
Remove webpack annotations when building with Rollup
|
2018-08-30 19:37:01 -04:00 |
|
Rich Harris
|
e170e4af9b
|
use builtin url module
|
2018-08-30 19:29:36 -04:00 |
|
Rich Harris
|
bc31c73c33
|
omit trailing slash from server route matchers - fixes #390
|
2018-08-30 18:48:10 -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
|
65d0172abe
|
handle non-Sapper responses when exporting - fixes #392
|
2018-08-30 18:22:40 -04:00 |
|
Rich Harris
|
1e22031765
|
-> v0.18.3
|
2018-08-29 22:52:01 -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
|
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 |
|