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

Check whether files are really files before operating on them #16

Closed
wants to merge 8 commits into from

Conversation

parndt
Copy link

@parndt parndt commented Nov 11, 2023

When we have files nested inside directories we are, first of all, not
locating them because we're not looking recursively.

Secondarily, we are failing to operate on them because we're treating
the containing directory as if it's a file before first checking if this
is OK.

We've also discovered that Slices are not properly namespacing their
assets, which is something we're still considering.

Fixes #15

@parndt parndt marked this pull request as draft November 12, 2023 08:19
@timriley timriley closed this Feb 27, 2024
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.

Doesn't work with images under subdirectories
2 participants