File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/scittle/presentations Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070(kind/hiccup
7171 [:div#minimal-demo {:style {:min-height " 500px" }}
7272 [:script {:type " application/x-scittle"
73- :src " minimal.cljs?v=4 " }]])
73+ :src " minimal.cljs" }]])
7474
7575; ; ## How It Works
7676
101101(kind/hiccup
102102 [:div#keyboard-demo {:style {:min-height " 550px" }}
103103 [:script {:type " application/x-scittle"
104- :src " keyboard_nav.cljs?v=16 " }]])
104+ :src " keyboard_nav.cljs" }]])
105105
106106; ; ## Thumbnail Overview
107107
122122(kind/hiccup
123123 [:div#thumbnails-demo {:style {:min-height " 550px" }}
124124 [:script {:type " application/x-scittle"
125- :src " thumbnails.cljs?v=6 " }]])
125+ :src " thumbnails.cljs" }]])
126126
127127; ; ## Live Code Editor
128128
147147(kind/hiccup
148148 [:div#code-editor-demo {:style {:min-height " 700px" }}
149149 [:script {:type " application/x-scittle"
150- :src " code_editor.cljs?v=2 " }]])
150+ :src " code_editor.cljs" }]])
151151
152152; ; ## Shadow-cljs vs Scittle: Choosing the Right Tool
153153
You can’t perform that action at this time.
0 commit comments