UNPKG

shaman-website-compiler

Version:

Compile raw HTML, CSS and Javascript into the smallest possible, SEO friendly website.

11 lines (10 loc) 313 B
import { EventHandler } from "./event-handler"; import { FileData } from "../models"; export declare class CssContentHandler extends EventHandler { minify: any; event: string; constructor(); processEvent: (file: FileData) => Promise<void>; private minifyCss; private updateFileContents; }