A Grunt plugin to build and watch component(1) packages. It wraps the component build.js library (builder2.js) to compile component projects within a Grunt workflow. Latest version is 0.5.3, supporting component 1.0.0+ and builder2.js plugins (e.g., CoffeeScript, Jade). It provides task configuration for development, standalone builds, CSS prefixing, and asset copying. The plugin is in maintenance mode; the component ecosystem has largely shifted to modern build tools.
npm install grunt-component-buildNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install, load the plugin, and configure a basic build task.
Upgrade to 0.5.0+ and update component configuration to match builder2.js.
Use Grunt 0.4.0 or later.
Use 'componentbuild' in grunt.initConfig.
Update to Grunt 0.4.0+ and upgrade plugin to 0.4.0+.
Migrate away from component(1) to a supported build system.
Run `npm install grunt-component-build --save-dev` and add `grunt.loadNpmTasks('grunt-component-build');` to Gruntfile.Install component-build2: `npm install component-build2 --save-dev`
Ensure a valid component.json exists in the source path.
Use plugins that support builder2.js or update plugin code.