Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

One keystroke cljs eval #29

Merged
merged 7 commits into from
Sep 18, 2015
Merged

One keystroke cljs eval #29

merged 7 commits into from
Sep 18, 2015

Commits on Nov 2, 2014

  1. Add client demonstrating clojurescript eval doesn't need to require u…

    …ser input
    
    By assuming common defaults for html files, cljs eval can be
    automated. If none of the default paths are found, it reverts to
    existing behavior.
    cldwalker committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    cff1f1f View commit details
    Browse the repository at this point in the history
  2. Create default cljs connection when first connecting a cljs project

    * default-cljs-client could be configurable with a behavior
    * Could add a behavior to disable this feature for more advanced users
    cldwalker committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    5e5c3d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2015

  1. Configuration menu
    Copy the full SHA
    56cdcd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc35f28 View commit details
    Browse the repository at this point in the history
  3. Make behavior for default cljs client to configure or disable

    Default client to :auto mode to auto distinguish between LT projects and
    everything else
    cldwalker committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    ffe2917 View commit details
    Browse the repository at this point in the history
  4. Add behavior to set cljs-browser path

    Also add error message for no connection url found and support
    urls for cljs-browser-paths
    cldwalker committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    4ece16b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bdafe9 View commit details
    Browse the repository at this point in the history