Skip to content

Commit

Permalink
release instructions and rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Mar 27, 2016
1 parent 96b5527 commit 875564a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,16 @@ $ bower install proxy-polyfill

The polyfill supports browsers that implement the full [ES5 spec](http://kangax.github.io/compat-table/es5/), such as IE9+ and Safari 6+.
Firefox, Chrome and Edge support `Proxy` natively.

# Release

Compile code with [Closure Compiler](https://closure-compiler.appspot.com/home).

```
// ==ClosureCompiler==
// @compilation_level ADVANCED_OPTIMIZATIONS
// @output_file_name proxy.min.js
// ==/ClosureCompiler==
// code here
```
7 changes: 4 additions & 3 deletions proxy.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 875564a

Please sign in to comment.