# SlexAxton/yepnope.js

A Script Loader For Your Conditional Builds

Repository: https://github.com/SlexAxton/yepnope.js
Canonical: https://ross.abutalabs.com/products/yepnopejs
Homepage: http://yepnopejs.com/
Language: JavaScript
License: BSD-3-Clause
License Family: permissive
Last push: 2016-12-13T13:08:08+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5821, "days_push": 3550, "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 2502, forks 313 (observed 2026-08-28T04:06:56.988318+00:00)

## What it is
yepnope.js is a JavaScript script loader for conditionally loading scripts and CSS based on feature tests, historically bundled with Modernizr as Modernizr.load. The project is officially deprecated; the repo now hosts a minimal replacement script that helps load pre-built conditional bundles rather than loading many resources at runtime.

## Use cases
- conditionally load polyfills based on browser feature support
- load a single optimized build tuned to a user's browser capabilities
- asynchronously inject scripts and stylesheets in the browser
- integrate feature detection with Modernizr to pick the right bundle
- serve per-feature-combination builds from a cached endpoint

## When to choose
- you are maintaining a legacy codebase that already depends on yepnope or Modernizr.load
- you need a tiny script to pick one of several pre-built bundles based on feature tests

## When to avoid
- starting any new project - the authors recommend module bundlers like webpack, browserify, or require.js instead
- you need ordered script execution - the replacement no longer guarantees execution order
- you want actively maintained software with support and security fixes

## Facets
- artifact type: library
- maturity: abandoned
- function: build-tool, developer-tools
- domain: web-development, frontend, developer-tools
- platform: browser
- tags: script-loader, conditional-loading, deprecated, modernizr, async-loading, javascript

## Member repositories
- SlexAxton/yepnope.js (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:56.988318+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-30T02:26:46.964716+00:00, confidence not recorded.
  - readme: https://github.com/SlexAxton/yepnope.js (fetched 2026-08-28T04:06:56.988318+00:00, sha aad1047bda1f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
