Commit 0f66ff0d by Waheed Ahmed Committed by GitHub

Merge pull request #201 from edx/waheed/fix-js-requirement-issue

Fixed JS requirement issue.
parents 277ff8d1 8b3cce7c
...@@ -24,7 +24,7 @@ before_install: ...@@ -24,7 +24,7 @@ before_install:
install: install:
- pip install -U pip wheel codecov - pip install -U pip wheel codecov
- pip install -r requirements/test.txt - pip install -r requirements/test.txt
- make requirements.js - make requirement.js
before_script: before_script:
# Give Elasticsearch time to start # Give Elasticsearch time to start
......
...@@ -21,7 +21,7 @@ help: ...@@ -21,7 +21,7 @@ help:
@echo " quality run PEP8 and Pylint" @echo " quality run PEP8 and Pylint"
@echo " production-requirements install requirements for production" @echo " production-requirements install requirements for production"
@echo " requirements install requirements for local development" @echo " requirements install requirements for local development"
@echo " requirements.js install JS requirements for local development and production" @echo " requirement.js install JS requirements for local development and production"
@echo " test run tests and generate coverage report" @echo " test run tests and generate coverage report"
@echo " validate run tests and quality checks" @echo " validate run tests and quality checks"
@echo " static gather all static assets for production" @echo " static gather all static assets for production"
...@@ -39,7 +39,7 @@ clean: ...@@ -39,7 +39,7 @@ clean:
find . -name '*.pyc' -delete find . -name '*.pyc' -delete
coverage erase coverage erase
requirements.js: requirement.js:
npm install npm install
$(NODE_BIN)/bower install $(NODE_BIN)/bower install
......
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