redex
redex copied to clipboard
how does redex play within gradle builds ?
Is there any way to get a gradle plugin to make redex widely used ?
I would love for someone to create this, but we don't use gradle at FB, so we've got no expertise to do it at the moment.
Yeah! This library sounds great but no idea how to get it working on windows...
@conzorz Best way to make it work on windows... create a virtual machine with linux on it hehehehe
And on DOS ? :D
Le mer. 13 avr. 2016 17:14, githubdoramon [email protected] a écrit :
@conzorz https://github.com/conzorz Best way to make it work on windows... create a virtual machine with linux on it hehehehe
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/facebook/redex/issues/50#issuecomment-209697927
Hmm it should be very doable with a gradle script.. post compile in release variant > run redex on apk file
Check out https://github.com/timmutton/redex-plugin
@timmutton that's awesome!
I would love for someone to create this, but we don't use gradle at FB, so we've got no expertise to do it at the moment.
@bertmaher Just for curiosity, what do you guys use at FB instead of Gradle? 😮
We use buck: https://buckbuild.com/ :-)