martinklepsch / tenzing

⚡️ Clojurescript application template using Boot
Eclipse Public License 1.0
404 stars 39 forks source link

Produce boot.properties file #30

Closed crisptrutski closed 9 years ago

crisptrutski commented 9 years ago

Seems to me that adding a boot.properties file is "best practice" in any case, but this also helps support #29

Not sure if this is the best way to go about it, perhaps a regular template is better (depends on whether you want to fin the boot version, and whether users already have boot installed)

martinklepsch commented 9 years ago

This makes template generation take quite a bit longer I'd assume? Totally agree that we should add the file.

crisptrutski commented 9 years ago

boot -V is absurdly fast for me, completely drowned by leiningen startup time:

$ time boot -V
...
boot -V  0.13s user 0.03s system 119% cpu 0.141 total

Wizardry :)

martinklepsch commented 9 years ago

You're right. Somehow it really is very fast. :)

martinklepsch commented 9 years ago

merged