UniversityofAlaskaAnchorageCS / RotationFrenzy

Educational Physics Game
MIT License
2 stars 0 forks source link

Auto download, build, and deploy the HTML version of the game #22

Closed kaltinril closed 6 years ago

kaltinril commented 6 years ago

The html version needs to be automatically downloaded nightly (if changed), and built and deployed.

https://github.com/libgdx/libgdx/wiki/Gradle-on-the-Commandline

  1. cd project_home
  2. git checkout master
  3. git pull
  4. If changes, continue

  5. gradlew html:dist
  6. if no errors continue

  7. copy the /html/dist folder to the web server location and restart node.js as neccesary.
KenrickM commented 6 years ago

This should be done, needs testing

kaltinril commented 6 years ago

@KenrickM , ok if the other still needs to be done, I think this one IS done. right?