We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412d806 commit 354ae9fCopy full SHA for 354ae9f
playbooks/roles/edxapp/templates/edx/bin/edxapp-update-assets.j2
@@ -5,7 +5,6 @@
5
sudo -E -H -u {{ edxapp_user }} \
6
env "PATH=$PATH" \
7
"STATICFILES_STORAGE={{ override }}" \
8
- "WEBPACK_CONFIG_PATH=webpack.prod.config.js" \
9
"STATIC_ROOT=/edx/var/edxapp/staticfiles" \
10
"STATIC_ROOT_LMS=/edx/var/edxapp/staticfiles" \
11
"STATIC_ROOT_CMS=/edx/var/edxapp/staticfiles/studio" \
@@ -18,7 +17,7 @@ sudo -E -H -u {{ edxapp_user }} \
18
17
{% else %}
19
20
21
+ "STATICFILES_STORAGE=django.contrib.staticfiles.storage.StaticFilesStorage" \
22
23
24
0 commit comments