runtimejs / runtime-cli

Command line tools for runtime.js
7 stars 5 forks source link

Support multiple directories and custom entry points #4

Closed iefserge closed 8 years ago

iefserge commented 8 years ago

Added --add-dir <dir>:<package-path> option for importing other dirs into the bundle. --entry for setting main script entry point --system-entry for overwriting runtime.js kernel entry point (will not run runtime.js scripts at all)