codingteam / Keter

A roguelike game in the SCP setting.
https://codingteam.github.io/Keter/
MIT License
15 stars 5 forks source link

Build system level up #86

Closed ForNeVeR closed 5 years ago

ForNeVeR commented 5 years ago
  1. Upgrade sbt to deal with newer JDK versions, fix issues like that.
  2. Add a webpack dependency to fix issue reported by @bodqhrohro (apparently our CI now experiences it, too).
  3. Update Scala.js bundler (without update it wasn't able to produce proper bundle); fix paths for the new bundler version.
  4. Due to bundler update I had to update Scala.js as well. After that, I momentarily encountered some new shitty-gritty issues with scalaJSUseMainModuleInitializer, but was able to overcome them.
ForNeVeR commented 5 years ago

Thanks for your review!