Skip to main content
Go to Latest
class RawLoader
implements [frugal.Loader]<void>
import { RawLoader } from "https://deno.land/x/frugal@0.2.1/packages/loader_raw/mod.ts";

Raw Loader, will copy to public dir the file and output a unique url

Constructors

new
RawLoader(config: Config)

Properties

name: string
readonly
test

Methods

generate(params: frugal.GenerateParams)

Given a list of assets, generate the css stylesheet in [public]/style/. The loader will do nothing if the list of assets as not changed since the last generation