Skip to content

v0.7.0-beta4: Almost done(), asynchronous postBuildTasks & bundleBuilder instance resolved

Pre-release
Pre-release
Compare
Choose a tag to compare
@anodynos anodynos released this 17 Oct 01:06
· 72 commits to master since this release

BundleBuilder.buildBundle :

  • promise always returns bb instance
  • runs done() async tasks serially, passing (err, bb) or (err, bb, callback) or compatibility (true/false) with older grunt-urequire / urequire-cli
  • specs for done() tasks, then (bb)->, failing catch(err)