Skip to main content
Module

x/packup/generate_assets.ts

📦 Zero-config web application packager in Deno
Go to Latest
import * as packup from "https://deno.land/x/packup@v0.2.2/generate_assets.ts";

Functions

Generates assets from the given entrypoint path (html). Also returns watch paths when watchPaths option is true.

Builds the entrypoint and watches the all files referenced from the entrypoint. If any change is happend in any of the watched paths, then builds again and update the watching paths. Used in packup serve.