Using Ractive with Browserify

edit this page

Browserify is a way of using node-style requires in the browser, bundling your scripts into a single file for efficient deployment.

There are three Browserify transforms available that you can use for Ractive.js:

A starter project is available for using Ractivate with gulp.js build system.