Commit 26f31324 by Arjun Singh

Moving a few static files out of lms into common

parent 0c4ad3b1
../coffee-script/bin/cake
\ No newline at end of file
../coffee-script/bin/coffee
\ No newline at end of file
...@@ -87,10 +87,10 @@ sys.path.append(COMMON_ROOT / 'djangoapps') ...@@ -87,10 +87,10 @@ sys.path.append(COMMON_ROOT / 'djangoapps')
sys.path.append(COMMON_ROOT / 'lib') sys.path.append(COMMON_ROOT / 'lib')
# For Node.js # For Node.js
node_paths = [PROJECT_ROOT / "lib/node_modules", node_paths = [COMMON_ROOT / "lib/node_modules",
PROJECT_ROOT / "static/js", COMMON_ROOT / "static/js/vendor",
PROJECT_ROOT / "static/coffee/src", COMMON_ROOT / "static/coffee/src",
PROJECT_ROOT / "static/coffee/src/modules"] ]
node_path = ':'.join(node_paths) node_path = ':'.join(node_paths)
os.environ["NODE_PATH"] = node_path os.environ["NODE_PATH"] = node_path
......
../coffee-script/bin/cake
\ No newline at end of file
../coffee-script/bin/coffee
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment