Skip to content
Thorsten Lorenz edited this page Jan 21, 2014 · 37 revisions

This page lists various tools that either use browserify or add features to it.

Launching

  • 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

Testing

  • 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

Features

  • exorcist pull the source map found inside a stream into an external .js.map file
  • watchify efficiently re-compile the bundle automatically when you edit files

Misc

Clone this wiki locally