You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: