diff --git a/cms/envs/common.py b/cms/envs/common.py index daea3a3f0efa..b15503887b2a 100644 --- a/cms/envs/common.py +++ b/cms/envs/common.py @@ -310,6 +310,10 @@ "coffee/*/*.coffee", "coffee/*/*/*.coffee", "coffee/*/*/*/*.coffee", + + # Symlinks used by js-test-tool + "xmodule_js", + "common_static", ) PIPELINE_YUI_BINARY = 'yui-compressor' diff --git a/lms/envs/common.py b/lms/envs/common.py index 893e537f770c..49c6c3008cc1 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -817,6 +817,10 @@ STATICFILES_IGNORE_PATTERNS = ( "sass/*", "coffee/*", + + # Symlinks used by js-test-tool + "xmodule_js", + "common_static", ) PIPELINE_YUI_BINARY = 'yui-compressor'