Skip to content

PavlyukVadim/smoothie-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smoothie-bundler

A tool to bundle js files. Designed to produce the smallest file size possible.

#usage

Build project:

node ./src/lib/index.js -i ./demo/src/index.js -o demo/build.js

DEBUG mode:

DEBUG=tree* node ./src/lib/index.js -i ./demo/src/index.js -o demo/build.js

Save dependency-tree:

node ./src/lib/index.js --graph -i ./demo/src/index.js -o demo/graph.json

About

A tool to bundle js files, example of how to build your own webpack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published