From 73261719ce7d509a16c9eff9f985fcb704b51dbf Mon Sep 17 00:00:00 2001 From: Arjun Singh Date: Thu, 26 Jul 2012 13:14:00 -0400 Subject: [PATCH] Added TODO near temporary code. --- lms/envs/common.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 4c16380b9c..54fb94e7bd 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -429,6 +429,9 @@ PIPELINE_JS = { } } +# Compile all coffee files in course data directories if they are out of date. +# TODO: Remove this once we move data into Mongo. This is only temporary while +# course data directories are still in use. if os.path.isdir(DATA_DIR): for course_dir in os.listdir(DATA_DIR): js_dir = DATA_DIR / course_dir / "js"