coolpack
v1.0.1
Published
Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es6, css, less...
Downloads
1
Readme
coolpack
coolpack is a module bundler,enables add version number automatically,load asynchronously,and do the relevant optimization.
Install with npm:
$ npm install coolpack -g
Usage
In your current path
$ coolpack
start dev Server
$ coolpack --server --minify=false
$ coolpack -s -m=false
The ideal web structure
coolpack: