mikolalysenko / browservefy

simplehttpserver / webrick replacement that automatically responds to a given entry point path with the results of browserify <that path>

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

browservefy

tiny CLI script to run a local static server that responds to a provided path with browserify.

usage

$ browservefy path/to/entry.js PORT -- [browserify args]

license

MIT

About

simplehttpserver / webrick replacement that automatically responds to a given entry point path with the results of browserify <that path>

License:MIT License


Languages

Language:JavaScript 99.4%Language:Ruby 0.6%