Fork me on GitHub
#luminus
<
2018-02-25
>
feihong00:02:48

@yogthos also, i tried out your re-frame-mobile-test project, and it works for me. maybe there’s a difference in how mobile safari works between different ios versions. i’m using an iphone 5s and ios 10 (have not upgraded to 11)

yogthos00:02:42

Ah I have an old iPod touch

yogthos00:02:51

I think it might be on 9

feihong00:02:33

@yogthos my experience on android matches yours, though. android chrome has the same behavior as desktop chrome.

yogthos00:02:56

I find that Safari is basically IE of mobile browsers

feihong00:02:17

yup, in every way. hasn’t caught up to latest standards but extremely widespread.

Casey15:02:32

hey folks, so I'm having trouble getting cljs tests to run

Casey15:02:41

I created a project with lein new reagent cljstest +devcards +test +sass

Casey15:02:01

then run lein with-profile test doo phantom according to [the docs](http://www.luminusweb.net/docs/testing.html)

Casey15:02:42

also reading the doo docs linked there (i'm interested in setting up a chrome runner) confuses me a bit, as it talks about using npm to install packages, but I don't see npm/node_modules references anywhere in the generated luminus project