diff --git a/Makefile b/Makefile index 778c223..a101755 100644 --- a/Makefile +++ b/Makefile @@ -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