bower install angular-token-auth --save- Inject
angular-token-authin to your app module. - Add a
PROJECT_SETTINGSconstant to yourproject_settingsmodule. - Define a list of allowed hosts in
PROJECT_SETTINGS.TOKEN_AUTH.ALLOWED_HOSTS.
- Commit your changes.
- Run
grunt buildto generate the compiled template files - Follow the guidelines at http://semver.org/ to determine your new version number.
- Update
CHANGELOG.mdwith your new version number and a description of changes. - Update the
versionproperty inbower.jsonand|orpackage.json - Commit those changes with the commit message "Bump to [version number]". [version number] should be in the format x.y.z.
git tag [version number]git pushgit push --tags- must be done separately.