tree: c26b76612ca1993e2ed929c0ceb3be936c6fe4e1 [path history] [tgz]
  1. demo/
  2. grunt-config/
  3. src/
  4. tests/
  5. .gitignore
  6. Gruntfile.js
  7. JSLib.csproj
  8. JSLib.sln
  9. package.json
  10. packages.config
  11. readme.md
  12. Web.config
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