Skip to content

Commit 599a5d9

Browse files
author
Paul Osinski
committed
update node_modules path
1 parent 7e04b5c commit 599a5d9

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
@@ -481,7 +481,7 @@ def generate_url(scheme, double_slashes, user, password, host, port, path, param
481481
# Put strings here, like "/home/html/static" or "C:/www/django/static".
482482
# Always use forward slashes, even on Windows.
483483
# Don't forget to use absolute paths, not relative paths.
484-
Path(DOJO_ROOT).parent / "components" / "node_modules",
484+
Path(DOJO_ROOT).parent / "docs" / "node_modules",
485485
)
486486

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

0 commit comments

Comments
 (0)