projects
/
xonotic
/
xonstat.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add logic to identify non-zero scores by humans.
[xonotic/xonstat.git]
/
Makefile
1
css:
2
cd xonstat/static/css && cat foundation.css font-awesome.css app.css luma.css > combined.css
3
yuicompressor --type css -o xonstat/static/css/xonstat.css xonstat/static/css/combined.css
4
rm xonstat/static/css/combined.css