diff --git a/scripts/watch_sass.sh b/scripts/watch_sass.sh index e88cb9e3cd6f..58bc3259767d 100755 --- a/scripts/watch_sass.sh +++ b/scripts/watch_sass.sh @@ -93,7 +93,7 @@ start_sass_watch "default theme" \ # Watch each theme's Sass. # If it changes, only recompile that theme. export IFS=":" -for theme_dir in ${EDX_PLATFORM_THEME_DIRS:-} ; do +for theme_dir in ${COMPREHENSIVE_THEME_DIRS:-} ; do for theme_path in "$theme_dir"/* ; do theme_name="${theme_path#"$theme_dir/"}" lms_sass="$theme_path/lms/static/sass"