Bridge web client in JavaScript.
- Initialize Vagrant
vagrant up
. - Connect to the Vagrant box
vagrant ssh
. - In the Vagrant box, go to the shared project folder
cd /vagrant
. - Fetch the dependencies
bash update-js.sh
. - Run the build
grunt release
.