We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f438f2 commit 85b1311Copy full SHA for 85b1311
apps/components_guide_web/lib/mix/tasks/template_assets.ex
@@ -11,6 +11,7 @@ defmodule Mix.Tasks.TemplateAssets do
11
IO.puts("Template path: #{templates_path()}")
12
13
image_paths = Path.wildcard(Path.join(templates_path(), "/**/*.{png,jpg,jpeg,gif}"))
14
+ IO.puts("Found images: #{image_paths}")
15
16
for image_path <- image_paths do
17
process_image(image_path)
0 commit comments