Merge pull request #11408 from edx/diana/exclude-i18n-js

Be specific about JS files for cms-squire.
This commit is contained in:
Diana Huang
2016-02-03 09:15:08 -05:00

View File

@@ -67,7 +67,11 @@ lib_paths:
# Paths to source JavaScript files
src_paths:
- coffee/src
- js
# We don't include all of js because the Javascript files in js/i18n cause issues with the Squire tests.
- js/collections
- js/models
- js/utils
- js/views
- common/js
# Paths to spec (test) JavaScript files