Installing some deps is necessary for building the project again.
Clone this project or download it directly from github.
Node.js is required to build this project
# Install node.js
brew install node
# Navigate to this folder
cd ~/path/to/repo
# Install deps
npm install
gulp build