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

rebundler is a tiny Node library that speeds up repeated Browserify builds by re‑using the previous build’s module cache. It wraps a user‑supplied function that creates a Browserify instance, automatically carries forward and invalidates the `cache` and `packageCache` objects (optionally persisting them to disk), so developers can serve bundles (e.g., in a web server) much faster after the first compilation. It’s aimed at JavaScript developers who use Browserify in development or server‑side bundling and want incremental builds without setting up file‑watchers.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of bjoerge/rebundler

Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
Raynos/xtend
extend like a boss
Account's avatar
standard/standard
JavaScript Standard Style

Support the repos that depend on this repository

Top contributors

bjoerge's profile
bjoerge
17 contributions
joeybaker's profile
joeybaker
3 contributions

Recent events

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

No events yet
bjoerge

bjoerge/rebundler

Simple reuse of cache from previous browserify builds. Supports cache invalidation without file watching.

JavaScript
1
2
No license