Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marcanuy/simpleit-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcelo Canina <me@marcanuy.com>2018-08-07 21:09:47 +0300
committerMarcelo Canina <me@marcanuy.com>2018-08-07 21:09:47 +0300
commitba20875a8a4e35b62cc301ddace583012d23defe (patch)
tree644d0c2a2fc567fc072f18d97b6b0cdb1e49caec /Makefile
parent815bd6913b8bb1c2ccf6efc1d05d2663c91d29ad (diff)
move fontawesome webfonts away from vendor dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 92f5456..584c567 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
HUGO := hugo
NPM := npm
-STATIC_DIR := static/vendor/
+STATIC_DIR := static/
ASSETS_JS_DIR := assets/js/vendor/
install-npm: