| commit | bdfb7df865d62e2d61c81c54aea406652fc383fd | [log] [tgz] |
|---|---|---|
| author | Steve Gill <stevengill97@gmail.com> | Fri Aug 28 15:29:34 2015 -0700 |
| committer | Steve Gill <stevengill97@gmail.com> | Fri Aug 28 15:29:34 2015 -0700 |
| tree | 9cb9b4805b0c774bbc8ad9aa82a3374d4672a041 | |
| parent | b81a34fad4fabf65203f4d0006b6e5d54d12aba5 [diff] |
updated .ratignore
BuildBot waterfall with cordova-mobile-spec running on real Android and iOS devices.
Contains npm modules used primarily by cordova and plugman.
git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.gitcd cordova-lib/cordova-libnpm install && npm linkcd ../../cordova-cli && npm link cordova-lib && npm install cd ../../cordova-plugman && npm link cordova-lib && npm installThis package exposes the following commands;
npm run jshint - runs jshint check against all js files
npm run jasmine - runs jasmine tests from spec-plugman and spec-cordova directories
npm run cover - runs istanbul code coverage tool to measure tests coverage
npm test - shortcut for npm run jshint && npm run jasmine