Skip to content

Commit

Permalink
Notes on dist files [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Nov 29, 2016
1 parent 4affa1b commit 6376983
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dist/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
This folder contains prebuilt browser versions of [protobuf.js](https://github.com/dcodeIO/protobuf.js). When sending pull requests, it is not required to update these.

Prebuilt files are in source control to enable pain-free CDN usage through [RawGit](http://rawgit.com/):

Development:

```
<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.0.0/dist/protobuf.js"></script>
```

Production:

```
<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.0.0/dist/protobuf.min.js"></script>
```

**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases) your project depends upon.

0 comments on commit 6376983

Please sign in to comment.