summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-07 13:17:04 -0200
committerGitHub <noreply@github.com>2017-02-07 13:17:04 -0200
commit9a43c6aaddd360e9bed3d5fb58025de668ead713 (patch)
tree642df7644c39eb1855e35768bb4492bab9cf87b8 /Makefile
parent55e2f707fabc01735d0c185ded6682219ba0c555 (diff)
parentb2b05f3868055578b8d0cafb7d08dd7742bd4bed (diff)
Merge pull request #960 from pixelated/backup-email-page
[#922] Add html and css for the backup page
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5c17032e..a263ec42 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,7 @@ requirements_js:
install_js:
@cd web-ui;\
+ npm rebuild node-sass;\
npm run build
create_virtualenv: ensure_virtualenv_installed