Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of prantlf/grunt-continue

Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
gruntjs/grunt
The JavaScript Task Runner
Account's avatar
alex-seville/grunt-blanket
Instruments files with Blanket.js
Account's avatar
pghalliday/grunt-mocha-test
A grunt task for running server side mocha tests
Account's avatar
tmrudick/html-file-cov
Mocha html-cov reporter replacement which writes to a file
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
seanmonstar/mocha-text-cov
Summary text coverage reporter for Mocha
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
alex-seville/travis-cov
Mocha/blanket coverage reporter for travis-ci.
Account's avatar
semantic-release/travis-deploy-once
Run a deployment script only once in the Travis test matrix

Support the repos that depend on this repository

Top contributors

prantlf's profile
prantlf
13 contributions
pghalliday's profile
pghalliday
11 contributions
edeustace's profile
edeustace
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
prantlf

prantlf/grunt-continue

A grunt plugin to force other tasks to continue after failures and check for warnings issued after them

JavaScript
1
0
MIT License

grunt‑continue‑ext is a Grunt plugin that lets you wrap a series of tasks in a “continue” block, forcing Grunt to keep running even when tasks fail, and then provides utilities to inspect the warnings or errors that occurred inside the block. It’s aimed at developers who need reliable cleanup, conditional test flows, or fine‑grained validation of task failures in their Grunt build pipelines.