Skip to content

Commit

Permalink
Merge pull request #104 from Kinto/static-assets-links
Browse files Browse the repository at this point in the history
Fixes #103 - Updated links to public static assets.
  • Loading branch information
n1k0 committed Sep 1, 2015
2 parents 15e9fc2 + 8a06bf3 commit 36d59c1
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ $ npm install kinto --save-dev
## Static assets

Dev and production ready assets are available in the [`dist` folder of the repository](https://github.com/Kinto/kinto.js/tree/master/dist). You can either download an archive of the code and use these file in your own project, or link to static assets hosted on github:
Dev and production ready assets are available in the [`dist` folder of the repository](https://github.com/Kinto/kinto.js/tree/master/dist). You can either download an archive of the code and use these files in your own project, or link to static assets served through [rawgit](http://rawgit.com/):

- Dev version: [latest master](https://raw.githubusercontent.com/Kinto/kinto.js/master/dist/kinto.dev.js)
- Production version: [latest master](https://raw.githubusercontent.com/Kinto/kinto.js/master/dist/kinto.min.js)
### Latest master

- Dev version, including source maps: [kinto.dev.js](https://rawgit.com/Kinto/kinto.js/master/dist/kinto.dev.js)
- Production version, minified, no source maps: [kinto.dev.js](https://rawgit.com/Kinto/kinto.js/master/dist/kinto.min.js)

### Latest tag

- Dev version, including source maps: [kinto.dev.js](https://cdn.rawgit.com/Kinto/kinto.js/1.0.0-rc.1/dist/kinto.dev.js)
- Production version, minified, no source maps: [kinto.dev.js](https://cdn.rawgit.com/Kinto/kinto.js/1.0.0-rc.1/dist/kinto.min.js)

0 comments on commit 36d59c1

Please sign in to comment.