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

Deduplicate paths #71

Merged
merged 1 commit into from
Feb 19, 2022
Merged

Deduplicate paths #71

merged 1 commit into from
Feb 19, 2022

Conversation

brenogazzola
Copy link
Collaborator

Only keep the shortest ancestor of every path in the load path.

Input:

app/assets/stylesheets
app/assets/images
app/assets
app/javascript
app/javascript/packs

Output:

app/assets
app/javascript

@dhh dhh merged commit d61834e into main Feb 19, 2022
@dhh dhh deleted the deduplicate-paths branch February 19, 2022 09:50
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.

None yet

2 participants