Merge "Rebuild node-sass bindings when running the webclient dev server"

This commit is contained in:
Zuul 2019-03-05 00:14:50 +00:00 committed by Gerrit Code Review
commit 7b479affc3
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ deps = nodeenv
commands =
bash ./bin/nodeenv.sh {envdir} 6.10.2
npm install
npm rebuild node-sass --force
{toxinidir}/node_modules/.bin/grunt {posargs}
[testenv:bindep]