Skip to content

3.0 stable

Compare
Choose a tag to compare
@mattdesl mattdesl released this 13 Apr 15:24
· 521 commits to master since this release

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