Skip to content

Conversation

@el-dot
Copy link

current implementation do not cares about up folder string (..) if it is last in path, so 'path1/../../path2' becomes 'path2' instead of '../path2' it acctually crashes some concated files if asset is in separate folder branch.
And there is actually standard and tested implementation of normalize in standard node lib already required.

Sign up for freeto 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

@el-dot