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

Browserify Tools

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.
  • appup launch apps that use an express main server and an optional restify api server and bundle with browserify

Testing

  • testling run testling-ci tests locally.
  • zuul run your test suite in many browsers without having them installed locally
  • proxyquireify proxies browserify's require in order to override dependencies while testing

Features

  • exorcist pulls the source map found inside a stream into an external .js.map file

Misc

  • browserify-ftw refactor requirejs AMD projects to work with browserify

Clone this wiki locally