Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method PageBuilder.prototype.build
import { PageBuilder } from "https://deno.land/x/frugal@0.2.1/packages/core/mod.ts";

Build the page for a given path and return the output path.

The build process id memoized and will be skiped if nothing has changed since the last build.

Parameters

path: PATH
phase: Phase

Returns

Promise<string>