unconed / mathbox

Presentation-quality WebGL math graphing
MIT License
1.33k stars 109 forks source link

ignore the build directory #22

Closed ChristopherChudzicki closed 2 years ago

ChristopherChudzicki commented 2 years ago

The commit adds the build/ directory to gitignore and CDNs within the HTML examples, as discussed here: https://github.com/unconed/mathbox/issues/21.

Additionally, I added rm -rf build to the build script because when Typescript rebuilds, it does NOT remove old files. This has caused me problems in other projects, and I'd like to avert those problems here.

ChristopherChudzicki commented 2 years ago

@sritchie Let me know if you have thoughts about this... See also comments in #21

sritchie commented 2 years ago

I am really happy these are gone. PRs will be much simpler now.