Fork me on GitHub
#lein-figwheel
<
2016-06-21
>
Macroz07:06:28

@bhauman thanks, what can I say, that you are awesome? 🙂

Macroz07:06:57

seems like there is some incompatibility between 0.5.0-2 that I used before

Macroz07:06:09

reading the release notes now 🙂

Macroz07:06:37

or maybe there are too many moving parts for me 🙂

Macroz07:06:37

apparently the upgrade is not so simple

Macroz07:06:10

just bumping the dep breaks the luno sample app (e.g. this doesn't work, while the upstream does) https://github.com/Macroz/luno-react-native

Macroz07:06:36

as far as I can see at least index.android.js disappears but restoring it does not work

jimmy08:06:30

@bhauman: I just tried version 0.5.4-3. It's amazing 😄

Macroz09:06:12

hmm I think my problem is related to clean-targets being called now (0.5.4-3) more often than before (0.5.0-2)

Macroz10:06:41

thank you @bhauman the println works now exactly as expected

grav13:06:58

What are the rules for re-fetching dependencies? I have an internal repo behind a firewall that I might not be able to access. How can I be sure that a dependency is fetched from my ~/.m2 repo instead?

bhauman13:06:28

@macroz: did the cleaning problem go away?

bhauman13:06:28

cleaning only happens when there is a dependency change (or if the directory is empty anyway, an idempotent op)

bhauman13:06:05

@grav: I don't have an answer for that, you could look at aether http://www.eclipse.org/aether/

bhauman13:06:19

which is what leiningen is using under the hood

bhauman13:06:15

or ask in the #C03S1KBA2 channel

henriklundahl14:06:27

@grav: You can use lein -o.

grav16:06:00

Ah, sorry - I meant to post it in #C03S1KBA2. @henriklundahl thanks!