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

This commit is contained in:
Calen Pennington
2012-09-28 10:33:07 -04:00
parent 8838c50f0d
commit d8e742b9ee

View File

@@ -49,7 +49,7 @@ default_options = {
task :predjango do
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')
end