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

Create default index.html file as an entry point if one doesn't exist #20963

Closed
jakemac53 opened this issue Sep 16, 2014 · 6 comments
Closed
Assignees
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. type-enhancement A request for a change that isn't a bug

Comments

@jakemac53
Copy link
Contributor

It is often confusing if you don't have an index.html entrypoint and you try to run your project using pub serve directly. The link provided on the command line will just give a 404.

I propose that at least in debug mode we output an index.html file with a list of links to all the entry points.

@jakemac53
Copy link
Contributor Author

Alternatively, this could just be done in pub by default to mimic a normal folder listing.

@jakemac53
Copy link
Contributor Author

Added Triaged label.

@jakemac53
Copy link
Contributor Author

cc @munificent.

@jakemac53
Copy link
Contributor Author

Added Started label.

@jakemac53
Copy link
Contributor Author

Fixed in polymer for now r40408. This might eventually make its way into pub though at which point we could possibly remove this, although its a bit more specific since it only lists entry points.


Added Fixed label.

@jakemac53 jakemac53 added Type-Enhancement area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. labels Sep 17, 2014
@jakemac53 jakemac53 self-assigned this Sep 17, 2014
@DartBot
Copy link

DartBot commented Jun 5, 2015

This issue has been moved to dart-archive/polymer-dart#469.

@kevmoo kevmoo added type-enhancement A request for a change that isn't a bug and removed type-enhancement labels Mar 1, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

3 participants