Skip to content

Commit 85b1311

Browse files
committed
Log found images
1 parent 8f438f2 commit 85b1311

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/components_guide_web/lib/mix/tasks/template_assets.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ defmodule Mix.Tasks.TemplateAssets do
1111
IO.puts("Template path: #{templates_path()}")
1212

1313
image_paths = Path.wildcard(Path.join(templates_path(), "/**/*.{png,jpg,jpeg,gif}"))
14+
IO.puts("Found images: #{image_paths}")
1415

1516
for image_path <- image_paths do
1617
process_image(image_path)

0 commit comments

Comments
 (0)