Changelog
2.0.0
sane
to ensure no native dependencies are needed.Builder.prototype.build
to properly return Promise<void>
(removing the outputNodeWrapper
).Builder
usage.RSVP
(in favor of using native promises).--overwrite
option to the command line interface which clobbers any
existing directory contents with the contents of the new build.--cwd
option to the command line interface which allows customizing the
builders working directory (and where the Brocfile.js
is looked up from).--output-path
option to the command line interface.--watch
option to build
sub-command.--no-watch
option to serve
sub-command.--watcher
option to allow configuration of the watcher to be used. Currently supported values are polling, watchman, node, events.