broccoli-caching-writer
Advanced tools
Changelog
2.0.0
Derive from broccoli-plugin base class, and expose same interface. In particular:
updateCache(srcDirs, destDir)
becomes build()
name
, annotation
, and persistentOutput
optionsoptions
no longer auto-assigns to this
; unknown options are ignoredfilterFromCache.include
/filterFromCache.exclude
are now called
cacheInclude
/cacheExclude
; they must now be passed in through
options
, and can no longer be set on the prototype/instance
Remove enforceSingleInputTree
option; we now always expect an array
Changelog
0.6.1
Changelog
0.5.5
DEBUG=broccoli-caching-writer broccoli serve # if using broccoli-cli