Skip to main content
Module

x/lume/plugins/on_demand.ts>JsonRouterCollector

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class JsonRouterCollector
import { JsonRouterCollector } from "https://deno.land/x/lume@v1.15.2/plugins/on_demand.ts";

Class to load and manage static routes in a JSON file Used by default if no router is provided

Constructors

new
JsonRouterCollector(routesFile: string, preloadFile: string)

Properties

routes: Map<string, string>

Pages that must be generated on demand

Methods

collectRoutes(pages: Page[]): void

Collect the routes of all pages with data.ondemand = true

saveRoutes(logger: Logger): Promise<void>

Save the routes into the routesFile