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

mapping README to index.html causes collision with index.js #87

Open
AWinterman opened this issue Aug 3, 2013 · 1 comment
Open

mapping README to index.html causes collision with index.js #87

AWinterman opened this issue Aug 3, 2013 · 1 comment

Comments

@AWinterman
Copy link

It's common in node projects to have an index.js file. This maps to the same name as the README, causing one to be overwritten.

@SystemParadox
Copy link

Related: two files with the same name but differing extensions will also shadow each other (for example: foo.js and foo.md).

I think the only real solution to this is to preserve the extension and just append .html to the existing filename, e.g. foo.js.html.

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

No branches or pull requests

2 participants