You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Remove call to print WEBPACK_CONFIG_PATH when updating static assets (#194)
This setting was removed from edxapp base configs in
openedx/edx-platform#36494 and one of these lines
started failing with "CommandError: WEBPACK_CONFIG_PATH not found in
settings."
We don't actually need to print any *particular* setting here; see comment
for why we're making this call at all. So here I change it to use a
setting that is more unlikely to go away any time soon.
Also, add some "comments" to help draw attention to the comment higher up,
as well as a little more explanation of the situation.
0 commit comments