Skip to content

Commit e440689

Browse files
Remove graphs
1 parent c6d6cab commit e440689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/templates/woocommerce/template.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<transformation writer="twig" query="indexes.traits" source="trait.html.twig" />
1616
<transformation writer="twig" source="search.js.twig" artifact="js/search.js" />
1717
<transformation writer="twig" source="searchIndex.js.twig" artifact="js/searchIndex.js" />
18-
<transformation writer="twig" source="graphs/class.html.twig" artifact="graphs/classes.html" />
18+
<!-- <transformation writer="twig" source="graphs/class.html.twig" artifact="graphs/classes.html" /> -->
1919
<transformation writer="twig" source="reports/errors.html.twig" artifact="reports/errors.html" />
2020
<transformation writer="twig" source="reports/deprecated.html.twig" artifact="reports/deprecated.html" />
2121
<transformation writer="twig" source="reports/markers.html.twig" artifact="reports/markers.html" />
@@ -25,7 +25,7 @@
2525
<transformation writer="twig" source="css/normalize.css.twig" artifact="css/normalize.css" />
2626
<transformation writer="twig" source="css/template.css.twig" artifact="css/template.css" />
2727
<transformation writer="RenderGuide" />
28-
<transformation writer="Graph" source="Class" artifact="graphs/classes.svg" />
28+
<!-- <transformation writer="Graph" source="Class" artifact="graphs/classes.svg" /> -->
2929
</transformations>
3030
<parameters>
3131
<parameter key="twig-debug">true</parameter>

0 commit comments

Comments
 (0)