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

customize figwheel template

Open antonharald opened this issue 10 years ago • 1 comments

Hi, I'm trying to customize the figwheel template with the lein-create-template plugin.

so:

lein new figwheel myfigwheel
cd myfigwheel
[change resources/public/index.html]
lein create-template myfigwheel

leads to:

clojure.lang.Compiler$CompilerException: java.lang.ExceptionInInitializerError, compiling:(leiningen/create_template.clj:1:1) [...full output attached error.txt ]

However, when I do the same process with the app template, it works perfectly. Do you guys have any idea, what could be the problem here?

antonharald avatar Jan 28 '16 15:01 antonharald

After removing stencil in this 0.2.0 release this problem should be solved.

tcw avatar Apr 12 '16 21:04 tcw