* update convert-source-map for stack overflow fix
* use ready-signal to de-duplicate same file loading
* send 304 for If-None-Match matches ETag
* add uglify options support to `compress` option
* fix file watching and multiple bundle build race
* use filewatcher module for file watching
* sourceMappingUrl is relative file path
* Strip sourcemaps from js files and server under separate map url
* update browserify to 3.x line 3.18.0
* Support for regular connect and regular http servers
* update browserify to 2.36.0
* bundles from "routes" are now also entry files and run automatically
when loaded on the page