X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=cmd%2Fweb%2FMakefile;h=330a55a486fea419c0d1803911a397fff1c5fcfe;hb=71e5314813f4b156809397a58304d43a47cf8357;hp=8b7d86032d639d4a197a8686f4f58644f76b6739;hpb=e0ab9e8caa9237d3e15193fcb0ca74954afc66be;p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FCryptoportfolio%2FFront.git diff --git a/cmd/web/Makefile b/cmd/web/Makefile index 8b7d860..330a55a 100644 --- a/cmd/web/Makefile +++ b/cmd/web/Makefile @@ -100,7 +100,7 @@ fontello-open: exit 128 ; \ fi curl --silent --show-error --fail --output .fontello \ - --form "config=@fontello_config.json" \ + --form "config=@static/fontello_config.json" \ ${FONTELLO_HOST} x-www-browser ${FONTELLO_HOST}/`cat .fontello` @@ -122,9 +122,10 @@ fontello-save: rm -rf .fontello.src .fontello.zip cp ${FONTELLO_TMP_DIR}/font/* static/fonts/ cp ${FONTELLO_TMP_DIR}/css/fontello-codes.css static/fontello.css + cp ${FONTELLO_TMP_DIR}/config.json static/fontello_config.json rm -rf ${FONTELLO_TMP_DIR} crypto-icons: ; $(value fetch-bitonics-icons) -.ONESHELL: \ No newline at end of file +.ONESHELL: