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