aboutsummaryrefslogtreecommitdiff
path: root/cmd/web/Makefile
diff options
context:
space:
mode:
authorjloup <jeanloup.jamet@gmail.com>2018-05-07 17:39:58 +0200
committerjloup <jeanloup.jamet@gmail.com>2018-05-07 17:41:18 +0200
commit16e43cc77935a979c48e75f1ec8ed792952a4ae8 (patch)
tree3aae8d5ba819a791ef28e00d6536d38af5bbdf05 /cmd/web/Makefile
parentbf5deb87cef2b6f1370c808821dfb631d00590f6 (diff)
downloadFront-16e43cc77935a979c48e75f1ec8ed792952a4ae8.tar.gz
Front-16e43cc77935a979c48e75f1ec8ed792952a4ae8.tar.zst
Front-16e43cc77935a979c48e75f1ec8ed792952a4ae8.zip
Account page.
Diffstat (limited to 'cmd/web/Makefile')
-rw-r--r--cmd/web/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/web/Makefile b/cmd/web/Makefile
index 02ff826..3b100d1 100644
--- a/cmd/web/Makefile
+++ b/cmd/web/Makefile
@@ -4,7 +4,7 @@ export PATH := $(PATH):./node_modules/.bin
4 4
5SRC_DIR=js 5SRC_DIR=js
6BUILD_DIR=build/js 6BUILD_DIR=build/js
7JSX_SRC= header_footer.jsx main.jsx signup.jsx signin.jsx otp.jsx poloniex.jsx password_reset.jsx change_password.jsx 7JSX_SRC= header_footer.jsx main.jsx signup.jsx signin.jsx otp.jsx poloniex.jsx password_reset.jsx change_password.jsx account.jsx
8JS_SRC= cookies.js app.js api.js 8JS_SRC= cookies.js app.js api.js
9STATIC_FILES= index.html style.css fontello.css 9STATIC_FILES= index.html style.css fontello.css
10STATIC_FILES+=$(addprefix fonts/, fontello.eot fontello.svg fontello.ttf fontello.woff fontello.woff2) 10STATIC_FILES+=$(addprefix fonts/, fontello.eot fontello.svg fontello.ttf fontello.woff fontello.woff2)