reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

Tinkering with template for cljs > 2755 #34

Closed p-b-west closed 9 years ago

p-b-west commented 9 years ago

I've been tinkering with reagent-template to try to create projects which depend on the most recent facilities in clojurescript. This is tricky, because of my very limited understanding of the whole ecosystem, and the fact that it keeps changing.

Reagent itself has been updated to accommodate these changes, but, according to this message https://github.com/tomjakubowski/weasel/pull/44 the set of necessary changes will not be complete until the next release of clojurescript (somewhere beyond 2779), at which time weasel will also be updated.

Given my poor initial understanding, the chances I will sort this out are slim. However, I would appreciate being able to ask questions in this issue thread about puzzles I encounter.

yogthos commented 9 years ago

The Reagent Google group would be the best place for that. The issues section is meant more for bug tracking than general discussion.

p-b-west commented 9 years ago

Ok. Are you looking at these changes yourself?

yogthos commented 9 years ago

For this issue it looks like the best thing to do might be to wait for the updates for both weasel and cljs. I'll keep an eye on the updates for this and make releases as they happen.