Assets compiler middleware for CompoundJS web framework. Version 0.0.1-3 (last release, no recent updates) compiles Less, Stylus, Sass, and CoffeeScript in Express/CompoundJS applications. This early-stage package is tightly coupled to CompoundJS's autoload mechanism and is not actively maintained. Unlike standalone asset pipelines (e.g., gulp, webpack), it runs as middleware. No significant changes since initial release; use with legacy CompoundJS projects only.
npm install co-assets-compilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add co-assets-compiler to CompoundJS's autoload configuration for automatic asset compilation middleware.
Use only in CompoundJS projects. For Express, use separate asset middleware like node-sass or stylus.
Install needed compilers: npm install less stylus sass coffee-script --save
Consider migrating to a modern asset pipeline (e.g., webpack, gulp, or direct compiler integration).
Run: npm install co-assets-compiler --save
Use via config/autoload.js as shown in README; do not require directly.
No dependency data recorded yet.