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

feat(cli/templates) add clojurescript #185

Merged

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    0bef5a5 View commit details
    Browse the repository at this point in the history
  2. fix(cli/fragments/clojurescript): code review improvements

    - add a post init note about installing `java` and `clojure`
    - add an example using the `greet` command
    - move some resources to the `clojurescript` template
    - change ports for `shadow-cljs` and `tauri`
    - update ci pipeline
    - fix code formatting
    just-sultanov committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    409ac3e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Configuration menu
    Copy the full SHA
    dd05fc8 View commit details
    Browse the repository at this point in the history
  2. refactor(cli/templates): move base/src/style.css to the _assets_

    …directory
    
    We can't import styles into cljs.
    just-sultanov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    54bc571 View commit details
    Browse the repository at this point in the history
  3. fix(cli/fragments/clojurescript): code review improvements

    - added the recommended `calva` plugin for `vscode`
    - updated deps
    - removed exclusions for the `reagent` dependency
    just-sultanov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    da461bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    341d3a6 View commit details
    Browse the repository at this point in the history
  5. fix(cli/fragments/clojurescript): fix issue with the pnpm

    These settings allow us to use `pnpm` as a package manager.
    Without these settings, we will receive several errors from the compiler:
    `object-assign`, `scheduler`, `scheduler/tracing` is not available.
    just-sultanov committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    18eabdc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a22f20 View commit details
    Browse the repository at this point in the history