grunt-broccoli-build

JSON →
library 0.6.0 ·javascript abandoned
verified Jun 4, 2026

Grunt plugin to run a Broccoli build as a Grunt task. This plugin invokes Broccoli's build within a Grunt workflow, allowing developers to use Grunt for orchestration (cleaning, testing, etc.) while leveraging Broccoli for asset pipeline builds. Version 0.6.0 is the final release; it requires Grunt >=0.4.1 <0.5.0 and Broccoli >=0.2.1. It is designed for simple integration: load the npm task and configure a broccoli_build target with a destination and optional Brocfile path. The plugin supports configurable brocfile (since 0.5.0) and waits for Broccoli's cleanup promise (fixed in 0.6.0). No longer actively developed; consider switching to direct Broccoli CLI or modern alternatives.