Commit 8866134c by Renzo Lucioni

Merge pull request #280 from edx/renzo/node-bin

Call gulp from NODE_BIN
parents 4ecc1867 e25c1fc3
......@@ -45,9 +45,9 @@ clean:
validate_js:
rm -rf coverage
gulp test
gulp lint
gulp jscs
$(NODE_BIN)/gulp test
$(NODE_BIN)/gulp lint
$(NODE_BIN)/gulp jscs
validate_python: clean
python manage.py compress --settings=ecommerce.settings.test -v0
......
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