commit | 0f418d0f27d52efe79d2a70fb935036c990cbe65 | [log] [tgz] |
---|---|---|
author | Jeff Burke <jburke@jerboa.local> | Sat Dec 08 12:14:41 2012 -0800 |
committer | Jeff Burke <jburke@jerboa.local> | Sat Dec 08 12:14:41 2012 -0800 |
tree | aadca333833e580bd77c8236a5ff7843973d2cf0 | |
parent | 46ab35ffa601e815a40bc6bac4b748a76b92d349 [diff] [blame] |
Build instructions
diff --git a/js/tools/build/README b/js/tools/build/README new file mode 100644 index 0000000..a7f0b92 --- /dev/null +++ b/js/tools/build/README
@@ -0,0 +1,5 @@ + +The script make-js.sh combines all of the NDN.JS scripts into a file called ndn-js-uncomp.js that can be more easily included in a webpage. It them runs Google's Closure Compiler to create a compressed version, ndn-js.js. This is what we recommend including in applications. + + +