File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Clojure-Websockets/MainApp Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
[org.clojure/clojurescript " 0.0-2411" ]
21
21
[tailrecursion/cljs-priority-map " 1.1.0" ]
22
22
[org.clojure/data.priority-map " 0.0.5" ]
23
- [reagent " 0.4.3 " ]
23
+ [reagent " 0.5.0-alpha " ]
24
24
[com.cognitect/transit-clj " 0.8.259" ]
25
25
[com.cognitect/transit-cljs " 0.8.192" ]
26
26
[clj-pid " 0.1.1" ]
47
47
:source-paths [" src/cljs" ]
48
48
:compiler {:output-to " resources/public/js/build/birdwatch-opt.js"
49
49
:optimizations :advanced
50
- ; :preamble ["reagent/react.js"]
51
- :externs [" externs/react.js " " externs/ misc.js" ]}}
50
+ :preamble [" reagent/react.min .js" ]
51
+ :externs [" externs/misc.js" ]}}
52
52
{:id " test"
53
53
:source-paths [" src/cljs" " test/cljs" ]
54
54
:compiler {:output-to " test-out/birdwatch.js"
You can’t perform that action at this time.
0 commit comments