lein-create-template icon indicating copy to clipboard operation
lein-create-template copied to clipboard

Internal symlinks aren't carried over to new templates

Open georgewsinger opened this issue 9 years ago • 0 comments

Suppose src/clj-server/A.clj -> src/clj-server/B.clj (i.e., A.clj is a symlink that points to B.clj). After using lein-create-template and creating a template, the symlink relationship is destroyed and instead a copy of A.clj is created.

georgewsinger avatar Apr 26 '16 14:04 georgewsinger