We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9929611 commit 158b321Copy full SHA for 158b321
project.clj
@@ -25,7 +25,9 @@
25
[prismatic/dommy "0.1.2"]
26
[hiccups "0.3.0"]
27
[cljs-ajax "0.2.4"]
28
- [om "0.6.4"]]
+ [om "0.6.4"]
29
+ [quiescent "0.1.3"]
30
+ [reagent "0.4.2"]]
31
:source-paths ["src/clj" "src/cljs"]
32
:plugins [[lein-ring "0.8.10"]
33
[lein-cljsbuild "1.0.3"]]
src/clj/cljsfiddle/import.clj
@@ -74,7 +74,8 @@
74
;; TODO: Figure out if schema is installed.
75
(defn -main [uri]
76
(let [conn (d/connect uri)
77
- files (find-files #{"cljs/" "clojure/" "goog/" "domina" "hiccups" "dommy" "om"}
+ files (find-files #{"cljs/" "clojure/" "goog/" "domina" "hiccups"
78
+ "dommy" "om" "quiescent" "reagent"}
79
(filter #(.endsWith % ".jar")
80
(-> "java.class.path"
81
System/getProperty
0 commit comments