Commit e25c1fc3 by Renzo Lucioni

Call gulp from NODE_BIN

parent 4ecc1867
......@@ -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