Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
2250338e
Commit
2250338e
authored
Jun 13, 2014
by
e0d
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shim to update ruby/node, not python reqs
parent
290906ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
pavelib/prereqs.py
+12
-0
No files found.
pavelib/prereqs.py
View file @
2250338e
...
...
@@ -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
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment