Commit d8e742b9 by Calen Pennington

Re-install both xmodule and capa before running local dev server

parent 8838c50f
...@@ -49,7 +49,7 @@ default_options = { ...@@ -49,7 +49,7 @@ default_options = {
task :predjango do task :predjango do
sh("find . -type f -name *.pyc -delete") sh("find . -type f -name *.pyc -delete")
sh('pip install -e common/lib/xmodule') sh('pip install -e common/lib/xmodule -e common/lib/capa')
sh('git submodule update --init') sh('git submodule update --init')
end end
......
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