lein-create-template
lein-create-template copied to clipboard
customize figwheel template
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?
After removing stencil in this 0.2.0 release this problem should be solved.