This JavaScript library supports you in handling objects and managing JavaScript components within your website.
Switch to releases tab and download the latest release. You can choose between an uncompressed version for development purposes and the compressed version for production.
The recommended way of creating a build is by using Node.js in combination with Grunt.
First of all, clone the jCob git Repository:
$ git clone https://github.com/DanielHaring/jCob.git
Change to the respective directory:
$ cd jCob
Get the required packages by initializing Node.js:
$ npm install
Compile jCob:
$ grunt export
The result will be saved to ./Distributions/ and is ready to use.