From da3e2260fcff45d1d9d6e9dd7e495426d48cf7bf Mon Sep 17 00:00:00 2001 From: Addy Osmani Date: Sat, 10 Sep 2016 22:22:03 -0700 Subject: [PATCH] README: Add a note about Closure Compiler --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 31564771..3bc1a106 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,11 @@ You will need `node` and `grunt-cli` to build. % grunt + +## Troubleshooting + +This project uses [Closure Compiler](https://github.com/google/closure-compiler) to build our releases. You may need to install a recent version of [JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html) in order for builds to successfully complete. + # Using the Audit API ## Including the library