# envygeeks/jekyll-assets

:art: Asset pipelines for Jekyll.

Repository: https://github.com/envygeeks/jekyll-assets
Canonical: https://ross.abutalabs.com/products/jekyll-assets
Language: Ruby
License: ISC
License Family: permissive
Topics: jekyll-assets, sprockets, asset-pipeline, liquid, sass, scss, assets, jekyll, sprockets-4, uglifier, imageoptim, imagemagick
Last push: 2024-02-20T15:08:38+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5064, "days_push": 925, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1119, forks 168 (observed 2026-08-28T04:03:39.324101+00:00)

## What it is
Jekyll Assets is a drop-in asset pipeline for Jekyll built on Sprockets 4, providing compilation, caching, compression, and CDN support for assets like CSS, JS, and images. It integrates via Liquid tags and HTML attributes, replacing Jekyll's basic SASS processing with an extensible plugin-based pipeline.

## Use cases
- compile sass and scss in a jekyll site
- add an asset pipeline to jekyll with caching and compression
- optimize and resize images in jekyll with imagemagick
- serve jekyll assets from a cdn
- precompile and fingerprint javascript and css for static sites
- replace jekyll's default sass processor with sprockets

## When to choose
- you run a Jekyll site and need Sprockets-based asset compilation, caching, and CDN support
- you want image optimization or ImageMagick processing integrated into your static site build
- you need source maps, gzip, and integrity attributes handled automatically

## When to avoid
- you use a static site generator other than Jekyll
- you want a JavaScript-based build pipeline like Webpack or Vite instead of Ruby/Sprockets
- your project does not use Ruby 2.6+ or Sprockets 4+

## Facets
- artifact type: plugin
- maturity: active
- function: build-tool, image-processing, caching, templating
- domain: web-development, frontend
- platform: ruby, jvm
- tags: jekyll, sprockets, asset-pipeline, sass, scss, liquid, static-sites, imageoptim, imagemagick, static-site-generator

## Member repositories
- envygeeks/jekyll-assets (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:39.324101+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:41:10.739060+00:00, confidence not recorded.
  - readme: https://github.com/envygeeks/jekyll-assets (fetched 2026-08-28T04:03:39.324101+00:00, sha 43391c6355c4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
