add mostly empty lein-cljsbuild configs
these are pretty much only being added to make it easier to develop these libraries using leiningen checkouts (which is what i normally do to test changes as i work in a test webapp)
This commit is contained in:
parent
282debca28
commit
cf5ddddfdc
|
@ -6,6 +6,8 @@
|
|||
|
||||
:dependencies [[org.clojure/clojure "1.8.0"]]
|
||||
|
||||
:plugins [[lein-cljsbuild "1.1.3"]]
|
||||
|
||||
:profiles {:provided
|
||||
{:dependencies
|
||||
[[org.clojure/clojure "1.8.0"]
|
||||
|
@ -13,4 +15,8 @@
|
|||
[reagent "0.6.0-alpha"]
|
||||
[gered/views "1.5-SNAPSHOT"]
|
||||
[gered/views.reagent "0.2.0-SNAPSHOT"]
|
||||
[gered/clj-browserchannel "0.3.1"]]}})
|
||||
[gered/clj-browserchannel "0.3.1"]]}}
|
||||
|
||||
:cljsbuild {:builds
|
||||
{:main
|
||||
{:source-paths ["src"]}}})
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
:dependencies [[org.clojure/clojure "1.8.0"]]
|
||||
|
||||
:plugins [[lein-cljsbuild "1.1.3"]]
|
||||
|
||||
:profiles {:provided
|
||||
{:dependencies
|
||||
[[org.clojure/clojure "1.8.0"]
|
||||
|
@ -13,4 +15,8 @@
|
|||
[reagent "0.6.0-alpha"]
|
||||
[gered/views "1.5-SNAPSHOT"]
|
||||
[gered/views.reagent "0.2.0-SNAPSHOT"]
|
||||
[com.taoensso/sente "1.8.1"]]}})
|
||||
[com.taoensso/sente "1.8.1"]]}}
|
||||
|
||||
:cljsbuild {:builds
|
||||
{:main
|
||||
{:source-paths ["src"]}}})
|
||||
|
|
|
@ -6,9 +6,15 @@
|
|||
|
||||
:dependencies [[org.clojure/tools.logging "0.3.1"]]
|
||||
|
||||
:plugins [[lein-cljsbuild "1.1.3"]]
|
||||
|
||||
:profiles {:provided
|
||||
{:dependencies
|
||||
[[org.clojure/clojure "1.8.0"]
|
||||
[org.clojure/clojurescript "1.8.51"]
|
||||
[reagent "0.6.0-alpha"]
|
||||
[gered/views "1.5-SNAPSHOT"]]}})
|
||||
[gered/views "1.5-SNAPSHOT"]]}}
|
||||
|
||||
:cljsbuild {:builds
|
||||
{:main
|
||||
{:source-paths ["src"]}}})
|
||||
|
|
Loading…
Reference in a new issue