ritz078 / raaga

🎹 An online app to play and learn music on a keyboard.
https://raaga.riteshkr.com
133 stars 23 forks source link

Cache built verovio to speed up build process. #127

Open ritz078 opened 3 years ago

ritz078 commented 3 years ago

Right now we build verovio everytime on vercel using https://github.com/ritz078/raaga/blob/master/scripts/build-verovio.sh

We should upload the built version on a service like AWS and download it next time from there if the version of verovio is same. This means that we won't have to build verovio again.

vinodf2f commented 3 years ago

@ritz078 can you assign this issue to me ?