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
Problem
It would be great if there was a standard way of downloading resource files at build time so that we can avoid checking large text files into this repo, as #428 does.
Solution
Use gradle (perhaps following the solution here) to download large resource files at build time and put them in the correct place. For instance, the large files that are introduced in #428 are also maintained (by me) on a separate repository.
The text was updated successfully, but these errors were encountered:
Problem
It would be great if there was a standard way of downloading resource files at build time so that we can avoid checking large text files into this repo, as #428 does.
Solution
Use
gradle
(perhaps following the solution here) to download large resource files at build time and put them in the correct place. For instance, the large files that are introduced in #428 are also maintained (by me) on a separate repository.The text was updated successfully, but these errors were encountered: