Commit 76b61070 by Clinton Blackburn Committed by GitHub

Removed the installation of JS requirements from the requirements make target (#173)

The JS requirements need a configuration change that will be made later. This reverts a portion of #164.
parent dcf8ed8f
......@@ -44,7 +44,7 @@ requirement.js:
npm install
$(NODE_BIN)/bower install
requirements: requirement.js
requirements:
pip install -r requirements/local.txt --exists-action w
production-requirements:
......
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