Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/frugal/packages/core/mod.ts>Frugal#clean

A frugal web framework
Go to Latest
method Frugal.prototype.clean
import { Frugal } from "https://deno.land/x/frugal@0.5.0/packages/core/mod.ts";

Wipe the outputDir.

if justCache is set to true, the outputDir is left untouched, and only the cache directory is wiped

Parameters

optional
unnamed 0: { justCache?: boolean; } = [UNSUPPORTED]