Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Remove unnecessary index.html file serve #563

Merged
merged 1 commit into from
Feb 17, 2019

Conversation

nolanlawson
Copy link
Contributor

As far as I can tell, /index.html should no longer exist (outside of sapper export, which doesn't apply here). After #525 was merged, we're now using /service-worker-index.html, but that's handled by get_page_handler.ts, not here. So this code is doing nothing.

As far as I can tell, `/index.html` should no longer exist (outside of `sapper export`, which doesn't apply here). After sveltejs#525 was merged, we're now using `/service-worker-index.html`, but that's handled by `get_page_handler.ts`, not here. So this code is doing nothing.
@nolanlawson
Copy link
Contributor Author

The build failures don't seem related to this PR?

@SkaterDad
Copy link

The build failures don't seem related to this PR?

Looking at the CI log, those are the same errors I get when running the tests on a fresh clone. Makes it a challenge to write a failing test for a PR I have in mind.

@Rich-Harris Rich-Harris merged commit 9d2ce6d into sveltejs:master Feb 17, 2019
@Rich-Harris
Copy link
Member

thanks! yep, the build failures were related to a Rollup bug that's now fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants