Using Ractive with Browserify
edit this pageBrowserify 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:
- Ractivate, a transform that will pre-parse templates. Contributed by jrajav. (Github repository)
- Ractify, a transform that will pre-compile components. Contributed by marcello3d. (Github repository)
- Ractiveify, a transform that will pre-compile components with support for compiling embedded scripts and style tags (with livescript, coffeescript, sass, etc). Inspired by ractivify. Contributed by norcalli. (Github repository)
A starter project is available for using Ractivate with gulp.js build system.