diff options
author | jloup <jeanloup.jamet@gmail.com> | 2018-05-07 17:39:58 +0200 |
---|---|---|
committer | jloup <jeanloup.jamet@gmail.com> | 2018-05-07 17:41:18 +0200 |
commit | 16e43cc77935a979c48e75f1ec8ed792952a4ae8 (patch) | |
tree | 3aae8d5ba819a791ef28e00d6536d38af5bbdf05 /cmd/web/Makefile | |
parent | bf5deb87cef2b6f1370c808821dfb631d00590f6 (diff) | |
download | Front-16e43cc77935a979c48e75f1ec8ed792952a4ae8.tar.gz Front-16e43cc77935a979c48e75f1ec8ed792952a4ae8.tar.zst Front-16e43cc77935a979c48e75f1ec8ed792952a4ae8.zip |
Account page.
Diffstat (limited to 'cmd/web/Makefile')
-rw-r--r-- | cmd/web/Makefile | 2 |
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 | ||
5 | SRC_DIR=js | 5 | SRC_DIR=js |
6 | BUILD_DIR=build/js | 6 | BUILD_DIR=build/js |
7 | JSX_SRC= header_footer.jsx main.jsx signup.jsx signin.jsx otp.jsx poloniex.jsx password_reset.jsx change_password.jsx | 7 | JSX_SRC= header_footer.jsx main.jsx signup.jsx signin.jsx otp.jsx poloniex.jsx password_reset.jsx change_password.jsx account.jsx |
8 | JS_SRC= cookies.js app.js api.js | 8 | JS_SRC= cookies.js app.js api.js |
9 | STATIC_FILES= index.html style.css fontello.css | 9 | STATIC_FILES= index.html style.css fontello.css |
10 | STATIC_FILES+=$(addprefix fonts/, fontello.eot fontello.svg fontello.ttf fontello.woff fontello.woff2) | 10 | STATIC_FILES+=$(addprefix fonts/, fontello.eot fontello.svg fontello.ttf fontello.woff fontello.woff2) |