fetching of syng-im/protocol via voom

Former-commit-id: fac7984180
This commit is contained in:
Roman Volosovskyi 2016-04-30 11:16:16 +03:00
parent c0b508a537
commit 0d2bba6202
2 changed files with 7 additions and 3 deletions

3
.gitignore vendored
View File

@ -27,6 +27,7 @@ project.xcworkspace
.idea
.gradle
local.properties
syng-im.iml
# node.js
#
@ -41,4 +42,4 @@ target/
# Figwheel
#
figwheel_server.log
figwheel_server.log

View File

@ -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}}}}
}})
}})