###NOTE - This SDK is deprecated, please use our new SDK at https://github.com/backand/vanilla-sdk
Backand SDK for Angular
Install:
npm install
bower install
Build:
grunt
Register on bower (only once at first time - done):
bower register angularbknd-sdk https://github.com/backand/angularbknd-sdk.git
To upgrade version:
- Update the code of
backand.js
- Update the
bower.json
version
- Check dependencies versions, if need to be upgraded
- minor releases for bug fixes
- major releases for changes in the API signature
- Update the
package.json
version - Run
grunt
to build the min files - Update Changelog with the new release changes
- Commit your changes
git commit -am "Made some awesome new changes, now its even awesome"
- Tag the commit
git tag -a 1.6.1 -m "Release version 1.6.1"
- Push to GitHub
git push origin master --tags
. To delete existing taggit tag -d 1.6.1
and clear bower cache. - Create new folder in S3 bucket with the name of the version and upload the 2 files
- Update documentation to point to the new release