Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / protobufjs / dist / light / README.md
1 This folder contains prebuilt browser versions of the light library suitable for use with reflection, static code and JSON descriptors / modules. When sending pull requests, it is not required to update these.
2
3 Prebuilt files are in source control to enable pain-free frontend respectively CDN usage:
4
5 CDN usage
6 ---------
7
8 Development:
9 ```
10 <script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.X.X/dist/light/protobuf.js"></script>
11 ```
12
13 Production:
14 ```
15 <script src="//cdn.rawgit.com/dcodeIO/protobuf.js/6.X.X/dist/light/protobuf.min.js"></script>
16 ```
17
18 **NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/tags) your project depends upon.
19
20 Frontend usage
21 --------------
22
23 Development:
24 ```
25 <script src="node_modules/protobufjs/dist/light/protobuf.js"></script>
26 ```
27
28 Production:
29 ```
30 <script src="node_modules/protobufjs/dist/light/protobuf.min.js"></script>
31 ```