Skip to content

CreateJS/CreateJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2.0 BETA

This repo is in beta. Reporting issues is appreciated.

createjs

This package compiles the combined bundles for CDN distribution. It is mostly for internal use.

Usage

Install dependencies prior to compiling builds.

npm install

It's recommended that you use npm link to compile from local packages.

npm run build -- [--production] [--format=global,module,common]
  • combined builds with flag control for custom output
npm run build-prod
  • combined build restricted to minified global format for the CDN