-
Notifications
You must be signed in to change notification settings - Fork 198
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:
- rake
- sprockets
- yui-compressor (optional)
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