Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 81c956d

Browse files
committed
[skip ci] Added grunt task to the documentation.
1 parent 37746ab commit 81c956d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && c
6363
istanbul cover jasmine-node --captureExceptions spec/ && cat ./coverage/lcov.info | ./node_modules/codacy-coverage/bin/codacy-coverage.js && rm -rf ./coverage
6464
```
6565

66+
### [Grunt](http://gruntjs.com/)
67+
- Install & Configure [grunt-codacy](https://www.npmjs.com/package/grunt-codacy)
68+
6669
### [Poncho](https://github.com/deepsweet/poncho)
6770
Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomjs), [Mocha](https://github.com/visionmedia/mocha) and [Blanket](https://github.com/alex-seville/blanket):
6871
- [Configure](http://visionmedia.github.io/mocha/#browser-support) Mocha for browser

0 commit comments

Comments
 (0)