Skip to main content
Module

x/cav/assets.ts>unwatchAssets

A server framework for Deno
Go to Latest
function unwatchAssets
import { unwatchAssets } from "https://deno.land/x/cav@0.0.24/assets.ts";

Stops watching an assets directory that was prepared with watchAssets(). If the directory wasn't being watched, this is a no-op. If no location object is provided, all watched directories will be unwatched. If an empty object is provided, "./assets" will be unwatched.