mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-24 13:27:22 +00:00
Generate icons from `.ts. files (#1842)
This commit is contained in:
parent
cc97e82a78
commit
fc2608980f
@ -94,6 +94,7 @@ function findIcons(path, iconsetName) {
|
||||
}
|
||||
}
|
||||
mapFiles(path, ".js", processFile);
|
||||
mapFiles(path, ".ts", processFile);
|
||||
return Array.from(icons);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user