- Node
Download and Install NodeJS
https://nodejs.org/en/download/
- Gulp (Global installation)
$ npm install -g gulp
- Bower (Global installation)
$ npm install -g bower
$ npm install
$ bower install
name-initials|team-initials /?fix /feature|description
branch name: jd/directive-modal
- jd = John Doe
- directive-modal = Angular Directive Modal
branch name: ta/fix/view-home
- ta = Team A
- view-home = Angular View Home
branch name: jd/mobile-swipe
- jd = John Doe
- mobile-swipe = Suporte mobile swipe behavior
$ gulp watch
Files will be created at /debug folder
$ gulp build
Files will be created at /build folder