mrkishi
54e92c3b99
Regularize page and server routes
...
Treats both page and server routes similarly in regards to indexes.
It's a (somewhat) breaking change: server routes will accept trailing
slashes to match page routes behavior, but only if there's no extension.
We still need a stronger support for dealing with different clean urls
rules.
2019-05-08 12:24:45 -03:00
mrkishi
f886a12bd7
Group route filters
2019-05-05 14:51:23 -03:00
mrkishi
6c03cfd46a
Extract layout file search
2019-05-05 14:51:22 -03:00
mrkishi
78480fe5e8
Fix typo
2019-05-05 14:51:22 -03:00
cudr
54efe7235a
fix comparator sort && add more tests
2019-04-28 00:14:27 +03:00
cudr
81f80e6215
spread routes
2019-03-13 15:14:06 +03:00
Conduitry
74c66b784f
Server-side preload check fixes ( fixes #575 , #594 , #598 )
2019-03-08 08:34:36 -05:00
Rich Harris
84a0ae562f
support .svelte or .html extensions
2019-02-08 11:34:33 -05:00
Richard Harris
720cf8a859
treat foo.html and foo/index.html the same when generating manifest
2019-02-04 07:42:45 -05:00
Rich Harris
263bb08334
various
2019-02-01 10:54:43 -05:00
Richard Harris
3445ec66ac
figure out if component has preload early on
2019-02-01 09:28:24 -05:00
Rich Harris
52f40f9e63
Improve internal API
2018-10-08 19:21:15 -04:00
Rich Harris
273823dfd7
move config into single file, add errors to help people migrate
2018-09-19 16:27:30 -04:00
Rich Harris
2c507b5a2e
allow reserved words as route names - fixes #315
2018-09-02 21:46:25 -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
bebb0dd595
CSS extraction and code-splitting
...
closes #388
2018-09-02 14:46:27 -04:00