Skip to content

wombat86/angularbknd-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angularbknd-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:

  1. Update the code of backand.js
  2. 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
  1. Update the package.json version
  2. Run grunt to build the min files
  3. Commit your changes git commit -am "Made some awesome new changes, now its even awesome"
  4. Tag the commit git tag -a 1.6.1 -m "Release version 1.6.1"
  5. Push to GitHub git push origin master --tags. To delete existing tag git tag -d 1.6.1 and clear bower cache.
  6. Create new folder in S3 bucket with the name of the version and upload the 2 files
  7. Update documentation to point to the new release

About

Backand SDK for Angular

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%