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).









