Jeff Burke | 0f418d0 | 2012-12-08 12:14:41 -0800 | [diff] [blame^] | 1 | |
2 | 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. | ||||
3 | |||||
4 | |||||
5 |