Skip to content
This repository has been archived by the owner on Jul 3, 2019. It is now read-only.

Build System

jetvillegas edited this page Nov 18, 2014 · 6 revisions

The goal of the build system is to package all Shumway files into a single minified JavaScript file. The utils/builder/Makefile script is responsible for this. You can run the build script using:

grunt build

Run grunt --help to see the various build system options.