Skip to content

Building

joseph edited this page Oct 13, 2012 · 2 revisions

The core of Monocle is managed with Sprockets - a Ruby library for JavaScript projects. This is the easiest way to get a minified, concatenated production script. You'll need Ruby, and a few Ruby gems:

Then, inside the Monocle distribution directory, run rake. Your files will be waiting for you in the dist sub-directory.

If you are thinking of contributing to Monocle, you might be interested in other ways to run the tests and examples locally. See this wiki page: https://github.com/joseph/Monocle/wiki/Running-Monocle-locally

Clone this wiki locally