You've already forked AstralRinth
forked from didirus/AstralRinth
Fix CheckBoxList SVG icons + Move docs source
This commit is contained in:
@@ -25,7 +25,7 @@ export default function sveld() {
|
||||
|
||||
const componentFiles = await fs.readdir(path.resolve('./src/package/components'));
|
||||
|
||||
for (const fileName of componentFiles) {
|
||||
for (const fileName of componentFiles.filter((name) => name.endsWith('.svelte'))) {
|
||||
const filePath = path.resolve('./src/package/components', fileName);
|
||||
const raw = (await fs.readFile(filePath)).toString();
|
||||
output[fileName] = await parseRaw(raw, filePath);
|
||||
|
||||
Reference in New Issue
Block a user