Installation
npm install
bundle install --path vendor/bundle
bower installThen run gulp to start the local server with BrowserSync.
View locally after minifications gulp serve:prod
Deploying to gh-pages
In order to publish your work run gulp publish && gulp deploy while on the master branch.