Add Makefile to frontend

master
Nikola Forró 7 years ago
parent d073d7a0e9
commit 8f31496c29

@ -0,0 +1,9 @@
DESTINATION = /srv/http/quotes/quotes
BUILD_FLAGS = --prod --build-optimizer
.PHONY: all quotes
all: quotes
quotes:
ng build $(BUILD_FLAGS) --output-path $(DESTINATION)
Loading…
Cancel
Save