Skip to content

Commit

Permalink
add task to print templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaremy J. Creechley committed Mar 15, 2021
1 parent d28b6f8 commit be4f2ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nesper/build_utils/tasks.nim
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ task esp_setup, "Setup a new esp-idf / nesper project structure":

tmplt_args.insert(["NIMBLE_NIMCACHE", nopts.cachedir.relativePath(nopts.projsrc) ], 0)

# writeFile(".gitignore", readFile(".gitignore") & "\n" @["build/", "#main/nimcache/"].join("\n") & "\n")

for tmpltPth in esp_template_files:
let fileName = tmpltPth.extractFilename()
echo "...copying template: ", fileName, " from: ", tmpltPth, " to: ", getCurrentDir()
Expand Down

0 comments on commit be4f2ed

Please sign in to comment.