Skip to content

Commit 8819ef4

Browse files
author
Paul Osinski
committed
revert breaking commit
1 parent ca7892d commit 8819ef4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/settings/settings.dist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def generate_url(scheme, double_slashes, user, password, host, port, path, param
484484
# Put strings here, like "/home/html/static" or "C:/www/django/static".
485485
# Always use forward slashes, even on Windows.
486486
# Don't forget to use absolute paths, not relative paths.
487-
Path(DOJO_ROOT).parent / "docs" / "node_modules",
487+
Path(DOJO_ROOT).parent / "components" / "node_modules",
488488
)
489489

490490
# List of finder classes that know how to find static files in

0 commit comments

Comments
 (0)