temporarily include pattern library node modules for sass builds [FEDX-498]

temporarily include pattern library node modules for sass builds [FEDX-498]

fixup tests
This commit is contained in:
Ari Rizzitano
2018-01-10 11:42:41 -05:00
parent c2094d4388
commit f64b04f4d8
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ COMMON_LOOKUP_PATHS = [
path("common/static/sass"),
path('node_modules/@edx'),
path('node_modules'),
path('node_modules/edx-pattern-library/node_modules'),
]
# A list of NPM installed libraries that should be copied into the common

View File

@@ -28,6 +28,7 @@ class TestPaverWatchAssetTasks(TestCase):
path('common/static'),
path('node_modules/@edx'),
path('node_modules'),
path('node_modules/edx-pattern-library/node_modules'),
path('lms/static/sass/partials'),
path('lms/static/sass'),
path('lms/static/certificates/sass'),