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 merge conflicts on propagate-vite-asset-attrs #1

Conversation

Niicck
Copy link

@Niicck Niicck commented Sep 14, 2024

No description provided.

Niicck and others added 6 commits July 11, 2024 20:45
We basically removed the recursive functionality
of already_processed in this PR:
https://github.com/MrBin99/django-vite/pull/109/files
We did that because the list concatenation was getting
so large for some users. But we can keep the benefits
of saving the recursive tags we've already_processed
(and do so without excessive bloat) by turning
already_processed into a set().
@kierangillblueberry kierangillblueberry merged commit e29d053 into kierangillblueberry:propagate-vite-asset-attrs Sep 16, 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.

3 participants