Commit 2250338e by e0d

shim to update ruby/node, not python reqs

parent 290906ac
......@@ -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()
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