Build System - mozilla/shumway GitHub Wiki
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.