Skip to main content
Module

x/mesozoic/mod.ts>Builder#setIgnored

A generic build system for Deno web apps
Go to Latest
method Builder.prototype.setIgnored
import { Builder } from "https://deno.land/x/mesozoic@v1.0.0-alpha.39/mod.ts";

Allows ignoring certain files from the build process, they won't be copied to the build output directory, so no further processing will occur on them.

Parameters

paths: string[]

an array of relative paths to exclude from the build process.