Skip to content

Commit 6376983

Browse files
committed
Notes on dist files [ci skip]
1 parent 4affa1b commit 6376983

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dist/README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
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.
2+
3+
Prebuilt files are in source control to enable pain-free CDN usage through [RawGit](http://rawgit.com/):
4+
5+
Development:
6+
7+
```
8+
<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.0.0/dist/protobuf.js"></script>
9+
```
10+
11+
Production:
12+
13+
```
14+
<script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.0.0/dist/protobuf.min.js"></script>
15+
```
16+
17+
**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases) your project depends upon.

0 commit comments

Comments
 (0)