this pull request automates minifying p5.collide2d.js to into p5.collide2d.min.js
By using a github action that triggers on every git commit
TODO's / Caveats
add header comment on commit
currently the minify process strips the header comment
/*
Repo: https://github.com/bmoren/p5.collide2D/
Created by http://benmoren.com
Some functions and code modified version from http://www.jeffreythompson.org/collision-detection
Version 0.6 | Nov 28th, 2018
CC BY-NC-SA 4.0
*/
this is striped from the minified version :/
automation
this pull request automates minifying p5.collide2d.js to into p5.collide2d.min.js
By using a github action that triggers on every git commit
TODO's / Caveats