Skip to content

huntout/huntout.github.io

Repository files navigation

huntout.github.io

Blog of Huntout

Prerequisites

use nvm to install node 6.13

npm i -g bower grunt-cli
npm i
bower install

use rvm to install ruby 1.9

gem install bundle
bundle install

Branches

  • branch yo is the major work branch
  • branch master is the release branch

Grunt Tasks

  • grunt serve start develop web server
  • grunt check check
  • grunt test test
  • grunt build build
  • grunt serve:dist build then start web server on release mode
  • grunt check, test, and build
  • grunt && ./deploy.sh deploy

Thanks