Skip to content
Snippets Groups Projects
Commit 44a49b4c authored by Hartung, Michael's avatar Hartung, Michael
Browse files

do not prefix fa-icons.component.html to enable sprite access by id

parent 54c9657b
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,8 @@ class ParserHTML:
for root, dirs, files in os.walk(directory):
for file in files:
if file.endswith(".component.html"):
if ('fa-icons' in file):
continue
path = os.path.join(root, file)
print('parsing', path)
html = self.parseHtml(path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment