1.0.1 • Published 8 years ago

deps-bundler v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

NPM version Gitter NPM

deps-bundler

Simplest javascript web bundler based on module-deps. Supports file changes watch and auto page reload. Also bundles all assets into a HTML file and creates wonderful debbugable source maps.

Documentation

Note: Work in progress, alpha-stability.

Usage

node ./node_modules/deps-bundler --watch --output index.html entry.js

API

WIP