The act of converting content from its original format into a format capable of being displayed on the web
Manage Multiple WordPress Sites

Preprocessor

Preprocessor Category

A JavaScript preprocessor – Quilt

Quilt is a lightweight JavaScript preprocessor, kin to Ruby’s Sprockets.

/* this is how you incorporate
dependencies in quilt            */

//= require `nwmatcher.js`
//= require `acme/acme.js`

Quilt is used to bring all your JavaScript modules together, works with an unlimited number of source files, and even allows the final files to be minified.

Quilt only works together with Mozilla’s Rhino (included in the download package).