Skip to content

don't include both QuickReplies.html and quickReplies.html #7

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

Closed
jonasfj opened this issue Mar 4, 2019 · 3 comments
Closed

don't include both QuickReplies.html and quickReplies.html #7

jonasfj opened this issue Mar 4, 2019 · 3 comments

Comments

@jonasfj
Copy link

jonasfj commented Mar 4, 2019

See dart-lang/pub#2072

In general, I would discourage checking the doc/api/ folder into source control, and I would also discourage you from having it in your folder when publishing as it gets included in the package on pub..

The problem in this case is probably (just guessing), that you renamed quickReplies to QuickReplies (or maybe you have two types with same name, only one is lowercase) and suddenly you have two files with the same name (except one is lowercase, the other is uppercase)... Such packages won't work on Windows, since the filesystem is case insensitive (case preserving).


Note: if you think you actually generated documentation producing both QuickReplies.html and quickReplies.html, then please make a small test-case that reproduces this and file an issue with: https://github.com/dart-lang/dartdoc

@sigurdm
Copy link

sigurdm commented Mar 8, 2019

See dart-lang/dartdoc#1196

@VictorRancesCode
Copy link
Owner

Greetings, I have already made the update. I have deleted the doc folder and fixed some problems with the lower case, so that the same problem does not occur. =)

@jonasfj
Copy link
Author

jonasfj commented Mar 27, 2019

Cool, thanks :)

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

3 participants