You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A note about this: deps-new can either copy entire directories (recursively) or individual files. When copying individual files, it's easy to take any source file and copy it to a .clj file (or whatever) but directories are copied "as-is" (modulo internal {{var}} substitution).
The existing templates contain a root folder that is copied to the new project folder and includes build.clj, so that file is going to need to be pulled out separately in order to change its file extension.
These files are not valid Clojure (and probably are not valid EDN either).
This should help avoid problems with tooling downstream, for anything that might assume it can load
.clj
files as Clojure code.Probably ought to update the docs too, so folks building their own templates do not trip over this.
The text was updated successfully, but these errors were encountered: