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