shaman-website-compiler
Version:
Compile raw HTML, CSS and Javascript into the smallest possible, SEO friendly website.
6 lines (5 loc) • 308 B
TypeScript
import { Bundle } from "../models/bundle";
export declare function CreateBundleTags(bundles: Bundle[]): string;
export declare function CreateMinifiedBundleTags(bundles: Bundle[]): string;
export declare function CreateStyle(path: string): string;
export declare function CreateScript(path: string): string;