Skip to content

Commit

Permalink
figwheel.main: update helper docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 27, 2018
1 parent 67f784c commit b2664aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion figwheel-main/helper-content/creating_a_build_cli_tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ If don't have a `deps.edn` file let's create one now:
```clojure
{:deps {com.bhauman/figwheel-main {:mvn/version "0.1.3"}
;; add rebel-readline for advanced REPL readline editing
com.bhauman/rebel-readline-cljs {:mvn/version "0.1.3"}}
com.bhauman/rebel-readline-cljs {:mvn/version "0.1.4"}}
:paths ["src" "target" "resources"]}
```

Expand Down
2 changes: 1 addition & 1 deletion figwheel-main/helper-content/creating_a_build_lein.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ If don't have a `project.clj` file let's create one now:
(defproject lein-main "0.1.0-SNAPSHOT"
:profiles {:dev {:dependencies
[[com.bhauman/figwheel-main "0.1.3"]
[com.bhauman/rebel-readline-cljs "0.1.3"]]}}
[com.bhauman/rebel-readline-cljs "0.1.4"]]}}
:aliases {"fig" ["trampoline" "run" "-m" "figwheel.main"]})
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ <h4 id="depsedn">deps.edn</h4>
<p>If don’t have a <code>deps.edn</code> file let’s create one now:</p>

<div class="language-clojure highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>{<span style="color:#A60">:deps</span> {com.bhauman/figwheel-main {<span style="color:#A60">:mvn/version</span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">0.1.2</span><span style="color:#710">&quot;</span></span>}
<div class="code"><pre>{<span style="color:#A60">:deps</span> {com.bhauman/figwheel-main {<span style="color:#A60">:mvn/version</span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">0.1.3</span><span style="color:#710">&quot;</span></span>}
<span style="color:#777">;; add rebel-readline for advanced REPL readline editing</span>
com.bhauman/rebel-readline-cljs {<span style="color:#A60">:mvn/version</span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">0.1.3</span><span style="color:#710">&quot;</span></span>}}
com.bhauman/rebel-readline-cljs {<span style="color:#A60">:mvn/version</span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">0.1.4</span><span style="color:#710">&quot;</span></span>}}
<span style="color:#A60">:paths</span> [<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">src</span><span style="color:#710">&quot;</span></span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">target</span><span style="color:#710">&quot;</span></span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">resources</span><span style="color:#710">&quot;</span></span>]}
</pre></div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h4 id="projectclj">project.clj</h4>
<div class="language-clojure highlighter-coderay"><div class="CodeRay">
<div class="code"><pre>(defproject lein-main <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">0.1.0-SNAPSHOT</span><span style="color:#710">&quot;</span></span>
<span style="color:#A60">:profiles</span> {<span style="color:#A60">:dev</span> {<span style="color:#A60">:dependencies</span>
[[com.bhauman/figwheel-main <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">0.1.2</span><span style="color:#710">&quot;</span></span>]
[com.bhauman/rebel-readline-cljs <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">0.1.3</span><span style="color:#710">&quot;</span></span>]]}}
[[com.bhauman/figwheel-main <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">0.1.3</span><span style="color:#710">&quot;</span></span>]
[com.bhauman/rebel-readline-cljs <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">0.1.4</span><span style="color:#710">&quot;</span></span>]]}}
<span style="color:#A60">:aliases</span> {<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">fig</span><span style="color:#710">&quot;</span></span> [<span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">trampoline</span><span style="color:#710">&quot;</span></span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">run</span><span style="color:#710">&quot;</span></span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">-m</span><span style="color:#710">&quot;</span></span> <span style="background-color:hsla(0,100%,50%,0.05)"><span style="color:#710">&quot;</span><span style="color:#D20">figwheel.main</span><span style="color:#710">&quot;</span></span>]})
</pre></div>
</div>
Expand Down

0 comments on commit b2664aa

Please sign in to comment.