Skip to content

Commit

Permalink
Allow app reloading in development mode [FIX #3118]
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
  • Loading branch information
audriu authored and flexsurfer committed Feb 9, 2018
1 parent 1e262fc commit f7fd5e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,13 @@
:cljsbuild {:builds
{:ios
{:source-paths ["react-native/src" "src" "env/dev"]
:compiler {:output-to "target/ios/app.js"
:output-dir "target/ios"}
:figwheel true}
:android
{:source-paths ["react-native/src" "src" "env/dev"]
:compiler {:output-to "target/android/app.js"
:output-dir "target/android"}
:figwheel true}}}}]
:test {:dependencies [[day8.re-frame/test "0.1.5"]]
:plugins [[lein-doo "0.1.7"]]
Expand Down

0 comments on commit f7fd5e7

Please sign in to comment.