Skip to main content
Module

x/bob/core/content-dependencies.ts

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
import * as bob from "https://deno.land/x/bob@v2.8.1/core/content-dependencies.ts";

Variables

Read dependants for a page given the input path.

Check if the dependants of a particular page need updating.

Delete cache of dependants at a particular input path.

Create proxy for recording page dependencies. Last return is a function that should be called in order to commit (save) the dependencies to the cache.

Get pages that will depend on a newly created page based on the globs layouts use for getPages