Skip to content

Commit

Permalink
Wrapped every log in process.env.NODE_ENV check for better minificati… (
Browse files Browse the repository at this point in the history
#55)

* Wrapped every log in process.env.NODE_ENV check for better minification. Also restructured build configs in the process.

* [bug] by Jeff => reads comma to package.json
  • Loading branch information
Andarist authored and yowainwright committed Mar 8, 2018
1 parent 23654bc commit 8277fc3
Show file tree
Hide file tree
Showing 11 changed files with 1,194 additions and 105 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can download the compiled javascript directly [here](/build/postmate.min.js)
* Child emits events that the parent can listen to.
* Parent can `call` functions within a `child`
* *Zero* dependencies. Provide your own polyfill or abstraction for the `Promise` API if needed.
* Lightweight, weighing in at ~ <span class="size">`4.8kb`</span>.
* Lightweight, weighing in at ~ <span class="size">`1.5kb`</span> (minified & gzipped).

## Installing
Postmate can be installed via NPM or Bower.
Expand Down
Loading

0 comments on commit 8277fc3

Please sign in to comment.