Closed ManifoldFR closed 9 months ago
Thanks for this! Apparently I don't have permission to push amendments atop this branch, so I'll need to ask you to do it:
(1) Please merge up (or rebase) to the latest master
branch.
(2) Please re-generate the dist
files. The Readme.md
has instructions, e.g. if you have docker available you can do ./rebuild/rebuild.sh
to re-generate the dist
files.
Thanks for this! Apparently I don't have permission to push amendments atop this branch, so I'll need to ask you to do it:
(1) Please merge up (or rebase) to the latest
master
branch.(2) Please re-generate the
dist
files. TheReadme.md
has instructions, e.g. if you have docker available you can do./rebuild/rebuild.sh
to re-generate thedist
files.
Thanks, it is done. By the way, running the build npm script generated a main.dist.js.LICENSE.txt
file - is this expected behaviour ?
By the way, running the build npm script generated a main.dist.js.LICENSE.txt file - is this expected behaviour?
Yes, and you were correct to not commit it. The webpack license plugin creates that file, but we don't need it so we don't commit it. I should probably mention this in Readme for clarity. I also see that I typo'd its filename in .gitignore
which is why it's showing up; oops.
By the way, running the build npm script generated a main.dist.js.LICENSE.txt file - is this expected behaviour?
Yes, and you were correct to not commit it. The webpack license plugin creates that file, but we don't need it so we don't commit it. I should probably mention this in Readme for clarity. I also see that I typo'd its filename in
.gitignore
which is why it's showing up; oops.
I'll make a quick patch/PR for the typo, just noticed this when I was rebasing my other branches.
I'll make a quick patch/PR for the typo, just noticed this when I was rebasing my other branches.
Thanks!
This PR fixes a deprecated function that was recently removed in ThreeJS.