Budo Versions Save

:clapper: a dev server for rapid prototyping

v5.0.0

8 years ago

:tada:

Various breaking changes, such as -- being required before browserify arguments, --host defaulting to your internal IP, --live-plugin removed.

See here for the full list: https://github.com/mattdesl/budo/blob/master/CHANGELOG.md

v4.0.0

8 years ago
  • uses watchify as a direct dependency; this cleans up some issues with npm-resolve-which on various platforms/environments
  • changed the "Server started at..." message slightly to support opnr -- but with the latest version of garnish the printed message should not look any different

v3.0.4

9 years ago

Changes at a glance:

  • uses watchify programatically. This means the budo API supports objects in transform and plugin options.
  • suspends server response until bundle is finished, so you can open the page as soon as server is connected and you won't be served empty/stale bundles
  • now watch() only listens for HTML/CSS changes
  • --outfile and -o have been removed; budo no longer does any file IO
  • budo index.js will now serve index.js -- if your <script> points to bundle.js, use budo index.js:bundle.js
  • no more temp dir stuff
  • added on('update') to listen to bundle changes
  • simplified the ev parameter passed to on('connect')
  • --verbose emits ndjson now
  • --delay (watchify debounce) defaults to 0, can be changed via option