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

the filename for buttongroup was wrong. The build breaks on linux because of this. #100

Closed
wants to merge 2 commits into from

Conversation

teamgroove
Copy link

The referenced filename in the imports is 'ButtonGroup' like all the other files are uppercase firstletter. This one had a lowercaseletter in the filename. No contents changed. Just the filename.
To let the next pull recreate the file correctly on MacOS i deleted the file, and recreated it with the correct typo.
No contents changed. Just let build work on linux. You may not have experienced any problems yet, because MacOS is case-insensitive on the filesystem.

René Tool added 2 commits April 21, 2017 00:34
this file has to be delete, and recreated for the corrrect filename. the build breaks because of this typo. The filename has to be Uppercase for the first letter - just like the rest of the vue-files.
the mismatch might have come from someone that is on apple-filesystem. these systems do not complain because they are not case-sensitive. if someone uses linux the build will break. Nobody had this error yet, because you are building on MacOS i guess. But the filename was clearly wrong.
@teamgroove
Copy link
Author

Sorry. Duplicate of: #96
Closing.

@teamgroove teamgroove closed this Apr 20, 2017
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 this pull request may close these issues.

1 participant