somthing
This commit is contained in:
parent
3dd8d7a6d7
commit
058ff13260
1 changed files with 18 additions and 18 deletions
|
@ -337,24 +337,24 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<section class="section">
|
<section class="section">
|
||||||
<div id="app">
|
<div id="app">
|
||||||
<div class="container">
|
<!--<div class="container">-->
|
||||||
<h4>Welcome to cat</h4>
|
<!--<h4>Welcome to cat</h4>-->
|
||||||
<p>If you're seeing this message, that means you haven't yet compiled your ClojureScript!</p>
|
<!--<p>If you're seeing this message, that means you haven't yet compiled your ClojureScript!</p>-->
|
||||||
<p>Please run <code>lein figwheel</code> to start the ClojureScript compiler and reload the page.
|
<!--<p>Please run <code>lein figwheel</code> to start the ClojureScript compiler and reload the page.-->
|
||||||
</p>
|
<!--</p>-->
|
||||||
<h4>For better ClojureScript development experience in Chrome follow these steps:</h4>
|
<!--<h4>For better ClojureScript development experience in Chrome follow these steps:</h4>-->
|
||||||
<ul>
|
<!--<ul>-->
|
||||||
<li>Open DevTools
|
<!--<li>Open DevTools-->
|
||||||
<li>Go to Settings ("three dots" icon in the upper right corner of DevTools > Menu > Settings F1
|
<!--<li>Go to Settings ("three dots" icon in the upper right corner of DevTools > Menu > Settings F1-->
|
||||||
>
|
<!-->-->
|
||||||
General > Console)
|
<!--General > Console)-->
|
||||||
<li>Check-in "Enable custom formatters"
|
<!--<li>Check-in "Enable custom formatters"-->
|
||||||
<li>Close DevTools
|
<!--<li>Close DevTools-->
|
||||||
<li>Open DevTools
|
<!--<li>Open DevTools-->
|
||||||
</ul>
|
<!--</ul>-->
|
||||||
<p>See <a href="http://www.luminusweb.net/docs/clojurescript.md">ClojureScript</a> documentation for
|
<!--<p>See <a href="http://www.luminusweb.net/docs/clojurescript.md">ClojureScript</a> documentation for-->
|
||||||
further details.</p>
|
<!--further details.</p>-->
|
||||||
</div>
|
<!--</div>-->
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
|
|
Loading…
Reference in a new issue