zettapi_client
Version:
Client side CRUD operations in angular to use with zettapi_server rest api to get started quickly in any CMS project
19 lines (17 loc) • 323 B
YAML
machine:
node:
version: 0.10.45
dependencies:
pre:
- npm install -g grunt-cli
- npm install -g bower
- npm install -g karma-cli
- npm prune && npm install
- bower prune && bower install
- grunt
cache_directories:
- node_modules
- bower_components
test:
override:
- npm test