Merge pull request #17152 from edx/ari/sass-include-directory

temporarily include pattern library node modules for sass builds
This commit is contained in:
Ari Rizzitano
2018-01-10 15:30:21 -05:00
committed by GitHub
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'),