Registry / web-framework / huginn-asset-bundler

huginn-asset-bundler

JSON →
library0.0.9jsnpmunverified

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-bundler
INSTALL
IMPORT
SIG · HUGINN-ASSET-BUNDL
H
huginn-asset-bundler
web-frameworkjavascriptv0.0.9
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

plugin configuration
In config.yml: plugins: - huginn-asset-bundler
Using require('huginn-asset-bundler') in code
This is a plugin for Huginn's static site generator, not a Node.js module. It should be listed in the project's config.yml under plugins.
bundler module
// No programmatic import; configured via YAML
Huginn plugins are loaded by the Huginn framework itself. There is no JS import for this package.
N/A
// Not applicable
This package does not export any symbols for direct use. It only provides a plugin for Huginn.

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.

// This package is a Huginn plugin, not a standalone module. // To use, add to your project's config.yml: plugins: - huginn-asset-bundler // Then install: npm install huginn-asset-bundler --save // And run: huginn build // The plugin will automatically bundle assets during site generation.
Debug
Known issues
deprecatedThis package is effectively deprecated: Huginn itself is no longer actively maintained, and this plugin has not been updated for modern Node.js versions.
fix
Migrate to a modern static site generator like Eleventy or Hugo.
affects: >=0.0.9
gotchaThis plugin requires huginn-liquid 0.0.7 (listed in versioning). Using a different version may cause incompatibility.
fix
Ensure huginn-liquid is installed at version 0.0.7.
affects: >=0.0.9
gotchaThe package name 'huginn-asset-bundler' does not follow the scoped naming convention common for plugins. Ensure it is correctly listed in config.yml without typos.
fix
Use exactly 'huginn-asset-bundler' in config.yml plugins list.
affects: all
breakingThis package relies on CoffeeScript, which is no longer popular. Writing custom extensions may be difficult.
fix
If extending, write in CoffeeScript or fork and convert to JavaScript.
affects: all
gotchaThe minimum Node.js version is 0.10.x as per engines field. Running on newer Node may cause issues.
fix
Use Node.js 0.10.x or fork and update dependencies.
affects: all
Errors
Common errors & fixes
Error: Cannot find module 'huginn-asset-bundler'
Plugin not installed locally in the project.
fix
Run: npm install huginn-asset-bundler --save
Error: Plugin 'huginn-asset-bundler' not found
Typo in config.yml or plugin not loaded.
fix
Check config.yml for correct plugin name and ensure npm install completed.
Uncaught Error: Cannot find module 'coffee-script'
CoffeeScript is not installed as a dependency.
fix
Run: npm install coffee-script --save
Upgrade
Version history
0.0.9latest on npm
Audit
Dependencies
huginnrequiredRequired as a peer dependency for plugin functionality
huginn-liquidoptionalListed as a companion plugin in versioning notes
Agent activity
4 hits · last 30 days
node
4
Resources
huginn-asset-bundler — npm install huginn-asset-bundler · libregistry