Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 507 Bytes

File metadata and controls

24 lines (18 loc) · 507 Bytes

Testing

npm install
npm test

Website

The website is on the gh-pages branch.

git clone https://github.com/rstacruz/nprogress.git nprogress-pages -b gh-pages
```

## Releasing

```sh
$ npm test
$ bump *.json nprogress.js          # bump version numbers
$ git release 0.1.1                 # release to bower/github
$ npm publish                       # release to npm
$ git push origin master:gh-pages   # update the site