From 391bc269e6795a166b1622e28130aa324946f3e3 Mon Sep 17 00:00:00 2001 From: Chris Hutchison Date: Mon, 16 Apr 2018 01:22:00 -0400 Subject: [PATCH] Update Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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