kinvey-angular-sdk

v3.4.3-rc.1
Kinvey JavaScript SDK for AngularJS applications.
Kinvey JavaScript AngularJS Ionic

build

npm run clean && npm run transpile && npm run bundle && npm run minify

bundle

webpack

clean

del coverage dist s3

minify

uglifyjs --screw-ie8 --compress warnings=false --mangle --comments --output ./dist/kinvey-angular-sdk.min.js -- ./dist/kinvey-angular-sdk.js

cover

istanbul cover _mocha -- --compilers js:babel-core/register -r babel-polyfill -s 100 --recursive test/unit/setup test/unit

docs

esdoc -c esdoc.json

e2e:server

webdriver-manager update && webdriver-manager start

e2e:app

npm run build && cd ./test/e2e/app && node .

e2e:test

protractor ./test/e2e/test/protractor.conf.js

lint

npm run lint:src

lint:src

eslint src/**

lint:test

eslint test/unit/**

preversion

del node_modules && npm install && npm test

postversion

git push && git push --tags

s3

npm run build && shjs ./scripts/s3.js

test

mocha --compilers js:babel-core/register -r babel-polyfill -s 100 --recursive test/unit/setup test/unit

test:watch

mocha -w --compilers js:babel-core/register -r babel-polyfill -s 100 --recursive test/unit/setup test/unit

transpile

babel src --out-dir dist

Metadata

Downloads