{"library":"grunt-broccoli-build","type":"library","category":null,"description":"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.","language":"javascript","status":"abandoned","version":"0.6.0","tags":["javascript","broccoli","grunt","gruntplugin"],"last_verified":"Thu Jun 04","install":[{"cmd":"npm install grunt-broccoli-build","imports":["grunt.loadNpmTasks('grunt-broccoli-build');","grunt.initConfig({ broccoli_build: { assets: { dest: 'build/', brocfile: 'Brocfile.js' } } });","module.exports = function(grunt) { grunt.loadNpmTasks('grunt-broccoli-build'); grunt.initConfig({...}); };"]},{"cmd":"yarn add grunt-broccoli-build","imports":[]},{"cmd":"pnpm add grunt-broccoli-build","imports":[]}],"homepage":"https://github.com/ericf/grunt-broccoli-build","github":"git://github.com/ericf/grunt-broccoli-build","docs":null,"changelog":null,"pypi":null,"npm":"grunt-broccoli-build","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}