import * as packup from "https://deno.land/x/packup@v0.2.4/generate_assets.ts";
Functions
Generates assets from the given entrypoint path (html).
Also returns watch paths when | |
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 |