]> git.immae.eu Git - perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git/blobdiff - cmd/web/Makefile
Update static assets.
[perso/Immae/Projets/Cryptomonnaies/Cryptoportfolio/Front.git] / cmd / web / Makefile
index 8b7d86032d639d4a197a8686f4f58644f76b6739..330a55a486fea419c0d1803911a397fff1c5fcfe 100644 (file)
@@ -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: