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

Fix: Legacy Folder Assets With . In Name #3264

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

DogeDark
Copy link
Member

The CLI asset handling uses the PathBuf::extension method to determine if an asset is a folder. The problem is that this method works off of the . in file/folder names and would evaluate the extension is 52 for the folder name monaco-editor-0.52, treating it as a singular file.

@DogeDark DogeDark added bug Something isn't working cli Related to the dioxus-cli program labels Nov 30, 2024
@jkelleyrtp jkelleyrtp merged commit 2c1215c into DioxusLabs:main Dec 2, 2024
16 of 17 checks passed
@DogeDark DogeDark deleted the fix-legacy-folder branch December 2, 2024 23:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the dioxus-cli program
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants