Revert "[BD-10] [DEPR-92] Remove pattern library of pavelib folder (#24591)" (#24635)

This reverts commit 6980291d96.
This commit is contained in:
Adam Butterworth
2020-07-29 15:37:33 -04:00
committed by GitHub
parent 42dd5a7f1a
commit a463fbeca9
2 changed files with 2 additions and 0 deletions

View File

@@ -43,6 +43,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

@@ -208,6 +208,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'),