From 0d2bba6202144af0fc7e812fe3a45ad584f0b03e Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Sat, 30 Apr 2016 11:16:16 +0300 Subject: [PATCH] fetching of syng-im/protocol via voom Former-commit-id: fac798418071e45e3888d93fdc1ac0f218a71f50 --- .gitignore | 3 ++- project.clj | 7 +++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 81c8fbfbec..3096ce4217 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ project.xcworkspace .idea .gradle local.properties +syng-im.iml # node.js # @@ -41,4 +42,4 @@ target/ # Figwheel # -figwheel_server.log \ No newline at end of file +figwheel_server.log diff --git a/project.clj b/project.clj index 37ed02bf72..d453b4f6de 100644 --- a/project.clj +++ b/project.clj @@ -8,10 +8,13 @@ [reagent "0.5.1" :exclusions [cljsjs/react]] [re-frame "0.6.0"] [prismatic/schema "1.0.4"] + ^{:voom {:repo "https://github.com/status-im/status-lib.git" + :branch "project-structure"}} [syng-im/protocol "0.1.1"] [natal-shell "0.1.6"]] :plugins [[lein-cljsbuild "1.1.1"] - [lein-figwheel "0.5.0-2"]] + [lein-figwheel "0.5.0-2"] + [lein-voom "0.1.0-20160311_203101-g259fbfc"]] :clean-targets ["target/" "index.ios.js" "index.android.js"] :aliases {"prod-build" ^{:doc "Recompile code with prod profile."} ["do" "clean" @@ -44,4 +47,4 @@ :main "env.android.main" :output-dir "target/android" :optimizations :simple}}}} - }}) \ No newline at end of file + }})