Show more information at build time
This commit is contained in:
parent
ba65fd9336
commit
fcc289c879
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ build: install
|
||||||
cp -r $(BASEDIR)/node_modules/font-awesome/fonts $(STATIC_BUILD)/fonts
|
cp -r $(BASEDIR)/node_modules/font-awesome/fonts $(STATIC_BUILD)/fonts
|
||||||
cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD)
|
cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD)
|
||||||
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
|
cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img
|
||||||
@hugo -vDEF
|
@hugo -vDEF --stepAnalysis
|
||||||
cp static/keybase.txt public/keybase.txt
|
cp static/keybase.txt public/keybase.txt
|
||||||
|
|
||||||
server: build
|
server: build
|
||||||
|
|
Loading…
Reference in a new issue