Releases: mattdesl/budo
Releases · mattdesl/budo
v5.0.0
4.0.0 Stable
- 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
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