aemfed
Version:
Upload front-end changes into AEM, refresh relevant resources in the page and get instant notifications from the error.log, all for easier and faster development.
16 lines (15 loc) • 424 B
TypeScript
export declare class StyleTree {
private jcrRootDir;
private rootNode;
private tree;
constructor(relativeJcrPath: string);
init(): Promise<{}>;
findClientlibs(filePathRelative: string): string[];
private getCssTxtModel;
private getSourceModel;
private lessTree2Model;
private findClientlibsInternal;
private updateClientlibs;
private copyFileSync;
private _getLessTree;
}