Skip to content

Fix NPM_FILE_PATTERNS on Windows

Tim Metzner requested to merge fix_windows_file_patterns into main

Changes path strings in settings/default.py using explicit "/" separators to instead use pathlib.Path(a, b, c). This fixes an issue where manage.py collectstatic would not copy npm modules on Windows.

Edited by Tim Metzner

Merge request reports