1
Fork 0

Show more information at build time

This commit is contained in:
Jake Howard 2017-12-31 21:54:00 +00:00
parent ba65fd9336
commit fcc289c879
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -20,7 +20,7 @@ build: install
cp -r $(BASEDIR)/node_modules/font-awesome/fonts $(STATIC_BUILD)/fonts
cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD)
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
@hugo -vDEF
@hugo -vDEF --stepAnalysis
cp static/keybase.txt public/keybase.txt
server: build