0.3.7 • Published 12 years ago

sourcemint-bundler-js v0.3.7

Weekly downloads
66
License
-
Repository
-
Last release
12 years ago

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:

Bundles may be generated from the command line or from with a NodeJS application.

Usage

Requirements:

Install:

npm install sourcemint-bundler

Bundle a program:

sourcemint-bundler --platform <platform> /path/to/program.json

Examples

sourcemint-bundler --platform browser ./examples/01-HelloWorld/program.json

TODO

  • Make bundler portable so it can run in any environment. Need to implement sourcemint/stdlib-js to use as file et.al. abstraction.
0.3.7

12 years ago

0.3.6

12 years ago

0.3.5

12 years ago

0.3.4

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.9

12 years ago

0.1.8

12 years ago

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

12 years ago

0.1.0

12 years ago