Huginn Asset Bundler is a plugin for the Huginn static site generator that handles asset bundling (CSS/JS). The current stable version is 0.0.9, with an irregular release cadence (versions tied to Huginn core updates). It integrates via config.yml plugin list and is designed for Huginn 0.1.x and huginn-liquid 0.0.7. Unlike modern build tools, it relies on CoffeeScript and a plugin-based architecture specific to the Huginn ecosystem. The project is low-maintenance and primarily historical.
npm install huginn-asset-bundlerVerified import paths — ran on the pinned version, not inferred.
Shows how to enable the Huginn Asset Bundler plugin via config.yml and install it via npm. Run the Huginn build command to trigger asset bundling.
Migrate to a modern static site generator like Eleventy or Hugo.
Ensure huginn-liquid is installed at version 0.0.7.
Use exactly 'huginn-asset-bundler' in config.yml plugins list.
If extending, write in CoffeeScript or fork and convert to JavaScript.
Use Node.js 0.10.x or fork and update dependencies.
Run: npm install huginn-asset-bundler --save
Check config.yml for correct plugin name and ensure npm install completed.
Run: npm install coffee-script --save