Skip to content

Commit

Permalink
Merge pull request #57 from Supermanu/recursive_imports
Browse files Browse the repository at this point in the history
fix recursive imports from manifest
  • Loading branch information
protibimbok authored Jun 22, 2024
2 parents 6918221 + eea14e8 commit ca25423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/src/django_vite_plugin/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _get_css_files(
if 'imports' in manifest_entry:
for import_path in manifest_entry['imports']:
html += _get_css_files(
import_path,
VITE_MANIFEST[import_path],
attrs,
already_processed
)
Expand Down

0 comments on commit ca25423

Please sign in to comment.