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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
No contributors yet
thesunny

thesunny/grunt-browserifying

The ultimate browserify task. Watches files for changes. Uses a cache for super speed (instant builds). CoffeeScript supported out of box. Alias mappings. Shimming. Everything in one easy to use package.

CoffeeScript
15
3
MIT License

Support the dependencies of thesunny/grunt-browserifying

Account's avatar
browserify/watchify
watch mode for browserify builds
Account's avatar
jnordberg/coffeeify
browserify plugin for coffeescript with support for mixed .js and .coffee files
Account's avatar
benbria/aliasify
Rewrite require calls in browserify modules.
Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
thlorenz/browserify-shim
Makes CommonJS-incompatible modules browserifyable.
Account's avatar
substack/brfs
browserify fs.readFileSync() static asset inliner
Account's avatar
jashkenas/coffeescript
Unfancy JavaScript
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
minimistjs/minimist
parse argument options
Account's avatar
gruntjs/grunt
The JavaScript Task Runner

**grunt-browserifying** is a Grunt plugin that streamlines Browserify bundling. It watches source files (including CoffeeScript), caches builds for instant rebuilds, and adds features like alias mapping, shims for non‑CommonJS modules, source‑map generation and optional `brfs` inlining, all configurable with a simple Gruntfile. It’s aimed at front‑end developers who use Grunt and want a fast, zero‑configuration way to create browser‑ready bundles.