Skip to content

Commit

Permalink
Merge pull request #1260 from Kinto/1242-fix-make-serve-output
Browse files Browse the repository at this point in the history
Fix requests output when running with make serve (fixes #1242)
  • Loading branch information
leplatrem committed Jun 9, 2017
2 parents bad15bb + 252bf1e commit 7b19314
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ version-file:
echo '{"name":"$(NAME)","version":"$(VERSION)","source":"$(SOURCE)","commit":"$(COMMIT)"}' > version.json

serve: install-dev $(SERVER_CONFIG) migrate version-file
# Reload is temporary deactivated because Pylons/pyramid/pull#2962
$(VENV)/bin/kinto start --ini $(SERVER_CONFIG) # --reload
$(VENV)/bin/kinto start --ini $(SERVER_CONFIG) --reload

migrate: install $(SERVER_CONFIG)
$(VENV)/bin/kinto migrate --ini $(SERVER_CONFIG)
Expand Down

0 comments on commit 7b19314

Please sign in to comment.