Closed ducky427 closed 9 years ago
I've narrowed the problem down to this commit.
Without this change, the main.clj
file being generated is 320 bytes and with this change, the same file is 41K. I am guessing that print-meta is causing too much stuff to be put in main.clj
some of which isn't correct clojure code.
Yep, sorry about that, thanks for the report. Fix shortly.
Thanks!
Using the uberjar command in this plugin v0.9.5 throws the following error:
I used the compojure-template to generate the test project.
The plugin v0.9.4 works as expected.