Skip to content

cleanup: currently unused partials

azul requested to merge cleanup-unused-partials into staging

I used https://github.com/vinibaggio/discover-unused-partials to detect candidates for removal.

Then i searched the log of a test run for the rendered partials.

grep Rendered -rs log/test.log  | awk '{print $2 " " $4}' | sort | uniq

Kept all partials rendered in the test run.

Merge request reports