45d08756df2e7a5d0fcd2bc6b5485e6d9300f12af6344bd9390261e9f3baeadc1139de3cb15d552e8d2cf2b04bee9165ecb44a5209abcc571c31175440c3d7 517 B

12345678910111213141516171819202122232425
  1. Testing
  2. -------
  3. $ npm install
  4. $ npm test
  5. or try it out in the browser:
  6. $ open test/index.html
  7. Testing component build
  8. -----------------------
  9. $ component install
  10. $ component build
  11. $ open test/component.html
  12. Releasing
  13. ---------
  14. $ npm test
  15. $ bump *.json nprogress.js # bump version numbers
  16. $ git release 0.1.1 # release to bower/github
  17. $ npm publish # release to npm
  18. $ git push origin master:gh-pages # update the site