forked from browserify/browserify
-
Notifications
You must be signed in to change notification settings - Fork 0
browserify tools
Thorsten Lorenz edited this page Jan 21, 2014
·
37 revisions
This page lists various tools that either use browserify or add features to it.
- beefy a local development server designed to work with browserify which creates bundles on demand
- appup launch apps that use an express main server and an optional restify api server and bundle with browserify
- enchilada host your bundles as middleware via express or connect
- browserify-middleware host your bundles as middleware via express or connect
- testling run testling-ci tests locally.
- zuul run your test suite in many browsers without having them installed locally
- proxyquireify proxy browserify's require in order to override dependencies while testing
-
exorcist pull the source map found inside a stream into an external
.js.mapfile - watchify efficiently re-compile the bundle automatically when you edit files
- browserify-ftw refactor requirejs AMD projects to work with browserify
- browserify-transform-tools a library of handy functions for loading configuration and generating transforms