summaryrefslogtreecommitdiff
path: root/doc/up_and_running.md
Commit message (Collapse)AuthorAge
* Fix a bunch of keybinding referencesBozhidar Batsov2018-07-23
|
* Update a couple of mentions to cider-jack-in keybindingsBozhidar Batsov2018-07-21
|
* Fix some broken formattingBozhidar Batsov2018-07-11
| | | | Unfortunately code snippets don't look good in notices.
* Improve the formatting of a code exampleBozhidar Batsov2018-06-17
|
* Improve a bit the "Up and Running" section of the manualBozhidar Batsov2018-06-17
|
* Indicate support for Clojure CLI tools in docsChris Bowdon2018-05-26
|
* Move the ClojureScript documentation to a dedicated section of theBozhidar Batsov2018-04-27
| | | | manual
* Extend a bit the ClojureScript section of the manualBozhidar Batsov2018-04-27
|
* Update the ClojureScript usage instructionsBozhidar Batsov2018-04-19
|
* Update ClojureScript instructions for new piggieback 0.3Bozhidar Batsov2018-04-18
|
* Update a reference to piggieback's GitHub repoBozhidar Batsov2018-04-13
|
* Update up_and_running.md `built.boot` -> `build.boot`Garrett Hopper2018-03-07
|
* [#2202] Decouple the ClojureScript REPL selection from the build tool being usedBozhidar Batsov2018-03-01
| | | | | | Now the user will simply be prompted for the REPL they want to start. Later we should make this smarter - compute a good default based on the project deps, don't show unsupported options, etc.
* Expand a bit the section about working with cljc filesBozhidar Batsov2018-01-03
|
* [Fix #1913] Allow toggling of current buffer connection (#2149)dpsutton2018-01-03
| | | | | | | | | | | | | Cljc buffers send their evals to both clj and cljs repls if available due to `cider-map-connections`. Toggling a current buffer's connection involves hiding the other connection. Previously, when toggling _again_, the original list was not consulted and only the truncated list, preventing the other connection from being found. This allows for the full list to be searched for the other buffer. In addition, a prefix dictates that the local connection list is discarded in favor of the full list, restoring the evaluation in both clj and cljs buffers (if both are present).
* [Fix #1881] Add `cider-cljs-*-repl` defcustom and hook `boot-cljs-repl`Andrea Richiardi2017-01-30
| | | | | | | | | | This patch firstly adds two more defcustoms, `cider-cljs-boot-repl` and `cider-cljs-gradle-repl`, that will be queried by the `cider-cljs-repl-form` function on `cider-jack-in-clojurescript` Secondly, it adds a clause in `cider--cljs-repl-types` that allows to automatically call `adzerk.boot-cljs-repl/start-repl` in case `boot` is the project type.
* Make cider global and parameters option explicit in the docAndrea Richiardi2017-01-26
|
* Update "Up and Running" part related to bootAndrea Richiardi2017-01-23
|
* Introduce cider-*-global-optionsAndrea Richiardi2017-01-23
| | | | | This will allow users to customize options that are not related to tasks and passed directly to their build tool of choice. For instance: `-o` in `lein -o ....` for offline mode.
* Update docs - fix a link and some spelling (#1727)Chris Sims2016-04-30
| | | | | * Fixes broken contributing link in the docs * Fixes some spelling errors in the docs
* Improve boot's `cider-jack-in-clojurescript` instructions (#1711)Piotrek Bzdyl2016-04-25
|
* Add a couple of blank linesBozhidar Batsov2016-04-25
|
* Improve instructions for "Browser-connected ClojureScript REPL in Boot project"Artur Malabarba2016-04-25
|
* Use one lever bigger headings everywhere in the manualBozhidar Batsov2016-04-13
|
* Fix some keybinding markupBozhidar Batsov2016-04-10
|
* Move some configuration aroundBozhidar Batsov2016-04-10
|
* Unify the way keybindings are depicted in the manualBozhidar Batsov2016-04-10
|
* Fix some broken code blocksBozhidar Batsov2016-04-10
|
* Fix a broken linkBozhidar Batsov2016-04-09
|
* Split the basic usage section in twoBozhidar Batsov2016-04-06