martinklepsch / tenzing

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

failing with Boot 2.6.0 #71

Closed daslu closed 8 years ago

daslu commented 8 years ago

This seems very similar to #54 of mount . Downgrading to Boot 2.5.5 (through boot.properties) makes the error disappear.

lein new tenzing proj1
cd proj1
boot dev

results in the following error:

...
     clojure.lang.ExceptionInfo: template already refers to: #'boot.core/template in namespace: adzerk.boot-reload
...
martinklepsch commented 8 years ago

This is fixed in master by upgrading boot reload. Need to cut a release :) On Sun, 12 Jun 2016 at 14:37, Daniel Slutsky notifications@github.com wrote:

This seems very similar to #54 of mount https://github.com/tolitius/mount/issues/54 . Downgrading to Boot 2.5.5 (through boot.properties) makes the error disappear.

lein new tenzing proj1 cd proj1 boot dev

results in the following error:

... clojure.lang.ExceptionInfo: template already refers to: #'boot.core/template in namespace: adzerk.boot-reload ...

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martinklepsch/tenzing/issues/71, or mute the thread https://github.com/notifications/unsubscribe/AAF82DNeb2TzI4eugfFoGHeNHhongyQwks5qK_2SgaJpZM4IzyCW .

martinklepsch commented 8 years ago

Fixed with 0.4.0