util
Install dependencies
bundle install && npm install
Start development server
middleman server (it will run gulp in parallel)
Build for production
gulp build --prod
Used gulp-boilerplate from boxdox. https://github.com/boxdox/gulp-boilerplate.