Skip to main content
Module

x/aleph/server/mod.ts>Application#precompile

The Full-stack Framework in Deno.
Go to Latest
method Application.prototype.precompile
Re-export
import { Application } from "https://deno.land/x/aleph@v0.3.0-alpha.13/server/mod.ts";

Parameters

url: string
sourceContent: Uint8Array
contentType: string | null

Returns

Promise<[string, SourceType] | null>