Skip to content

Commit 7988dfd

Browse files
committed
More logging
1 parent 81568cd commit 7988dfd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ defmodule Mix.Tasks.TemplateAssets do
88
Mix.Task.run("app.start")
99

1010
IO.puts("Running mix template_assets in #{project_dir()}")
11-
IO.puts("Template path: #{templates_path()}")
11+
IO.inspect(File.ls(project_dir()))
1212

13+
IO.puts("Template path: #{templates_path()}")
14+
15+
IO.inspect(File.ls(templates_path()))
1316
IO.inspect(File.ls(Path.join(templates_path(), "react_typescript")))
1417

1518
image_paths = Path.wildcard(Path.join(templates_path(), "**/*.{png,jpg,jpeg,gif}"))

0 commit comments

Comments
 (0)