Skip to content

Commit 158b321

Browse files
committed
Added reagent and quiescent libraries
1 parent 9929611 commit 158b321

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

project.clj

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
[prismatic/dommy "0.1.2"]
2626
[hiccups "0.3.0"]
2727
[cljs-ajax "0.2.4"]
28-
[om "0.6.4"]]
28+
[om "0.6.4"]
29+
[quiescent "0.1.3"]
30+
[reagent "0.4.2"]]
2931
:source-paths ["src/clj" "src/cljs"]
3032
:plugins [[lein-ring "0.8.10"]
3133
[lein-cljsbuild "1.0.3"]]

src/clj/cljsfiddle/import.clj

+2-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@
7474
;; TODO: Figure out if schema is installed.
7575
(defn -main [uri]
7676
(let [conn (d/connect uri)
77-
files (find-files #{"cljs/" "clojure/" "goog/" "domina" "hiccups" "dommy" "om"}
77+
files (find-files #{"cljs/" "clojure/" "goog/" "domina" "hiccups"
78+
"dommy" "om" "quiescent" "reagent"}
7879
(filter #(.endsWith % ".jar")
7980
(-> "java.class.path"
8081
System/getProperty

0 commit comments

Comments
 (0)