shim to update ruby/node, not python reqs

This commit is contained in:
e0d
2014-06-13 17:42:28 -04:00
parent 3a5ba4ba83
commit be1479deb2

View File

@@ -151,3 +151,15 @@ def install_prereqs():
install_ruby_prereqs()
install_node_prereqs()
install_python_prereqs()
@task
def install_asset_prereqs():
"""
Installs Ruby and Node
"""
if os.environ.get("NO_PREREQ_INSTALL", False):
return
install_ruby_prereqs()
install_node_prereqs()