Update Makefile

This commit is contained in:
Chris Hutchison 2018-04-16 01:22:00 -04:00 committed by GitHub
parent 7ccc09b6f8
commit 391bc269e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,9 @@ web:
# isso -c config/comments.comment.sh.cfg run
# gunicorn --pid=/app/storage/gunicorn.pid -w 4 -b 0.0.0.0:5000 isso.dispatch
uwsgi uswgi2.ini
cd isso/js; bower --allow-root install almond requirejs requirejs-text jade
make js
.PHONY: clean site man init js coverage test web