tree: b59cc0220e9b4e221819a1d273e437a3bffe8a78 [path history] [tgz]
  1. src/
  2. tests/
  3. .gitignore
  4. Gruntfile.js
  5. package.json
  6. readme.md
datajs/readme.md

Development

Preparation

  1. npm install -g grunt-cli

Installation

  1. git clone https://git-wip-us.apache.org/repos/asf/olingo-odata4-js
  2. cd datajs
  3. npm install

Build datajs-x.x.x.js

  1. grunt build
  • Output is copied into the directory ...

Run demo

  1. grunt run

Run tests

  1. grunt test