Commit 2b57cece by Jim Abramson

Merge pull request #216 from edx/jsa/reduce-verbosity

Less verbose output from make static
parents 66c94353 12e8f0c0
......@@ -55,8 +55,8 @@ validate: test_python quality
static:
$(NODE_BIN)/r.js -o build.js
python manage.py collectstatic --noinput
python manage.py compress
python manage.py collectstatic --noinput -v0
python manage.py compress -v0
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