Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 978 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 978 Bytes

Ember Data adapter for CakePHP Build Status

Building ember-data-cakephp-rest-adapter

To build the project you need to use Node.js.

First install the required dependencies for the build process:

npm install

Then you can build the project with the default grunt task:

grunt

Contributing

Contributions to the project are welcome. If you find a bug please open an issue or create a pull request with the fix. A failing test case would help solve the issue quickly.

Unit tests

Unit tests are ran through Karma using QUnit.

grunt test

Credits

Based off Toran Billups' Ember Data Django REST Adapter

License

Licensed under the MIT License