Commit 12e8f0c0 by jsa

Less verbose output from make static

parent 2e3f869d
...@@ -55,8 +55,8 @@ validate: test_python quality ...@@ -55,8 +55,8 @@ validate: test_python quality
static: static:
$(NODE_BIN)/r.js -o build.js $(NODE_BIN)/r.js -o build.js
python manage.py collectstatic --noinput python manage.py collectstatic --noinput -v0
python manage.py compress python manage.py compress -v0
html_coverage: html_coverage:
......
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