summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-06 11:50:12 -0200
committerTayane Fernandes <tayane.rmf@gmail.com>2017-02-06 19:02:19 -0200
commita384b422e54695a2c1931640006403561fde7585 (patch)
tree50d1eaf7b980748a009bfedd1ec80f261c5ef13c /Makefile
parentaf309eddd421b8f57319e498fa4994a2e3cb0a0e (diff)
[#922] Add command to rebuild node-sass for vagrant
with @anikarni
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