File tree 8 files changed +35268
-3481
lines changed
8 files changed +35268
-3481
lines changed Original file line number Diff line number Diff line change 4
4
/.lein-failures
5
5
/figwheel_server.log
6
6
/target
7
- /rplugin /node /clj-refactor.js.map
8
- /rplugin /node /clj-refactor /
7
+ /rplugin /node /clj-refactor / compiled .js.map
8
+ /rplugin /node /clj-refactor /build
Original file line number Diff line number Diff line change 3
3
:url " "
4
4
5
5
:dependencies [[org.clojure/clojure " 1.8.0" ]
6
- [org.clojure/clojurescript " 1.7.228 " ]
6
+ [org.clojure/clojurescript " 1.9.655 " ]
7
7
[org.clojure/core.async " 0.2.374" :exclusions [org.clojure/tools.reader]]
8
8
[rewrite-cljs " 0.4.3" :exclusions [org.clojure/tools.reader]]
9
9
[cljfmt " 0.5.6" ]]
12
12
[ws " 1.0.1" ]]}
13
13
14
14
:plugins [[lein-cljsbuild " 1.1.1" ]
15
- [lein-figwheel " 0.5.0-6 " ]
15
+ [lein-figwheel " 0.5.16 " ]
16
16
[lein-npm " 0.6.1" ]]
17
17
18
18
:source-paths [" src" " target/classes" ]
26
26
:cljsbuild {:builds [{:id " plugin"
27
27
:source-paths [" src" ]
28
28
:compiler {:main clj-refactor.main
29
- :asset-path " rplugin/node/clj-refactor"
29
+ :asset-path " rplugin/node/clj-refactor/build/ "
30
30
:hashbang false
31
- :output-to " rplugin/node/clj-refactor.js"
32
- :output-dir " rplugin/node/clj-refactor"
31
+ :output-to " rplugin/node/clj-refactor/compiled.js"
32
+ :output-dir " rplugin/node/clj-refactor/build/"
33
+ :language-in :ecmascript5
33
34
:optimizations :simple
34
35
:target :nodejs
36
+ :pretty-print true
35
37
:cache-analysis true
36
- :source-map " rplugin/node/clj-refactor.js.map" }}
38
+ :source-map " rplugin/node/clj-refactor/compiled .js.map" }}
37
39
{:id " fig-test"
38
40
:source-paths [" src" " test" ]
39
41
:figwheel {:on-jsload " clj-refactor.main-test/test-it" }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments