Watching xmodule js

This commit is contained in:
Arjun Singh
2012-08-06 05:27:36 -04:00
parent 24f85bf202
commit 833e7777db

View File

@@ -17,7 +17,7 @@ from watchdog.events import LoggingEventHandler, FileSystemEventHandler
# watch fewer or more extensions, you can change EXTENSIONS. To watch all
# extensions, add "*" to EXTENSIONS.
WATCH_DIRS = ["../data"]
WATCH_DIRS = ["../data", "common/lib/xmodule/xmodule/js"]
EXTENSIONS = ["*", "xml", "js", "css", "coffee", "scss", "html"]
WATCH_DIRS = [os.path.abspath(os.path.normpath(dir)) for dir in WATCH_DIRS]