-
Notifications
You must be signed in to change notification settings - Fork 33
Description
Thanks to @nolan330 for bringing this to our attention.
CoNarrative/precept-template#3
Not sure how other frameworks deal with this but seems we should have scripts that ensure a particular version of Clojure and Clojurescript across our projects. We might only need to run it when we publish a release to ensure everything is in sync.
Further, that script (or a separate one that we also run at release time) should also regenerate the lein template code from the latest in examples/todomvc. There's some effort involved here but I'd like to put a smoother release process in place for our next major release, which should come once the devtools/issue-19 branch is merged.
Additionally, we would like to have a template for the fullstack example (CoNarrative/precept-template#4). We should consider adding this to the release script as well.