0.3.7 • Published 13 years ago
sourcemint-bundler-js v0.3.7
PINF/CommonJS JavaScript Program Bundler
Status: ALPHA
The Sourcemint JavaScript Program Bundler takes a program.json file and builds:
- A static program bundle used to boot the application and
One or more dynamic load bundles.
Bundles are loadable using the Sourcemint JavaScript Loader on the following platforms:
- browser - github.com/sourcemint/platform-browser
Bundles may be generated from the command line or from with a NodeJS application.
- Copyright: 2012 Christoph Dorn
- Code License: MIT License
- Docs License: Creative Commons Attribution-NonCommercial-ShareAlike 3.0
- Sponsor: Sourcemint
- Mailing list: groups.google.com/group/sourcemint
Usage
Requirements:
Install:
npm install sourcemint-bundlerBundle a program:
sourcemint-bundler --platform <platform> /path/to/program.jsonExamples
sourcemint-bundler --platform browser ./examples/01-HelloWorld/program.jsonTODO
- Make bundler portable so it can run in any environment. Need to implement
sourcemint/stdlib-jsto use as file et.al. abstraction.