You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2020. It is now read-only.
I've been playing around with this project for a while, I've noticed that if I am just editing my Ratpack application and i am running gradle with -t run it will do the yarn install / build even if no files have changed in the React app. This drastically slows down the build time, is there a way to stop this? Possibly a way of telling the react app not to compile If i know i am just developing the Ratpack app?
I've been playing around with this project for a while, I've noticed that if I am just editing my Ratpack application and i am running gradle with -t run it will do the yarn install / build even if no files have changed in the React app. This drastically slows down the build time, is there a way to stop this? Possibly a way of telling the react app not to compile If i know i am just developing the Ratpack app?