Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 88: Add examples as own projects in examples folder #89

Merged
merged 7 commits into from
Jun 23, 2017

Conversation

alex-dixon
Copy link
Contributor

@alex-dixon alex-dixon commented Jun 19, 2017

  • Put clj files in clj folder, cljc files in cljc folder
  • Add examples folder with todomvc project
  • Move cljsbuild config for todomvc example out of project.clj

Problematically, #79 showed an error that only surfaced at runtime in the todomvc example. As a result of the changes here, it seems like we won't be able to find these errors as easily, because the examples depend upon a version of Precept on Clojars. We could potentially lein pom and uberjar, but fundamentally we shouldn't have to use an example project to detect runtime errors in cljs. Hopefully we can have a test setup that would give us the same result. Any input on this would be appreciated. We have #61 open for CLJS tests in general.

@alex-dixon alex-dixon merged commit 6d919a9 into CoNarrative:master Jun 23, 2017
@alex-dixon alex-dixon mentioned this pull request Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant