Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broccoli server [file serving] web navigation API support #425

Open
lifeart opened this issue Aug 28, 2019 · 0 comments · May be fixed by #491
Open

Broccoli server [file serving] web navigation API support #425

lifeart opened this issue Aug 28, 2019 · 0 comments · May be fixed by #491

Comments

@lifeart
Copy link
Contributor

lifeart commented Aug 28, 2019

broccoli server able to detect index.html files on path requests like

/foo -> /foo/index.html and return it.

But, If we use livereload and js-based app navigation, broccoli don't drill down to root index.html for requests like:

/foo/bar

-> current lookup:
foo/bar/index.html, 404

-> expected lookup:
/foo/bar/index.html, /foo/index.html, index.html, 404

@lifeart lifeart linked a pull request Sep 25, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant