3.0 stable
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 IObudo index.js
will now serveindex.js
-- if your<script>
points tobundle.js
, usebudo index.js:bundle.js
- no more temp dir stuff
- added
on('update')
to listen to bundle changes - simplified the
ev
parameter passed toon('connect')
--verbose
emits ndjson now--delay
(watchify debounce) defaults to 0, can be changed via option