1
Fork 0

Add server build target

This commit is contained in:
Jake Howard 2017-05-08 09:18:45 +01:00
parent 83d53c4ae7
commit e0f7cd1bff

View file

@ -16,6 +16,9 @@ build: install
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
@hugo -vDEF --ignoreCache @hugo -vDEF --ignoreCache
server: build
hugo server
clean: clean:
rm -rf $(STATIC_BUILD) rm -rf $(STATIC_BUILD)