Skip to content

Commit

Permalink
Fixed a couple of issues with alternative browser builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Dec 24, 2016
1 parent a97956b commit 0d66b83
Show file tree
Hide file tree
Showing 22 changed files with 201 additions and 405 deletions.
2 changes: 1 addition & 1 deletion dist/noparse/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
This slightly smaller version of the full library can be used as a drop-in replacment where .proto parsing is not required, i.e. when only working with JSON files generated by pbjs as recommended for production. To achieve the same with browserify, simply [exclude](https://github.com/substack/browserify-handbook#excluding) `./tokenize` and `./parse`.
This slightly smaller version of the full library can be used as a drop-in replacment where .proto parsing is not required, i.e. when only working with JSON files generated by pbjs as recommended for production. To achieve the same with browserify, simply [exclude](https://github.com/substack/browserify-handbook#excluding) `./tokenize`, `./parse` and `./common`.

Prebuilt files are in source control to enable pain-free frontend respectively CDN usage:

Expand Down
Loading

0 comments on commit 0d66b83

Please sign in to comment.