grafana/public/app/core/partials.ts
2019-05-13 09:38:19 +02:00

5 lines
132 B
TypeScript

let templates = (require as any).context('../', true, /\.html$/);
templates.keys().forEach((key: string) => {
templates(key);
});