From 637698316e095fc35f62a304daaca22654974966 Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Tue, 29 Nov 2016 13:38:29 +0100 Subject: [PATCH] Notes on dist files [ci skip] --- dist/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dist/README.md diff --git a/dist/README.md b/dist/README.md new file mode 100644 index 000000000..e11f8e21f --- /dev/null +++ b/dist/README.md @@ -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: + +``` + +``` + +Production: + +``` + +``` + +**NOTE:** Remember to replace the version tag with the exact [release](https://github.com/dcodeIO/protobuf.js/releases) your project depends upon.