Compare commits

..

No commits in common. "main" and "pages" have entirely different histories.
main ... pages

2 changed files with 2 additions and 1 deletions

1
.domains Normal file
View file

@ -0,0 +1 @@
xrfragment.org

2
make
View file

@ -97,7 +97,7 @@ build(){
jscat(){ echo "(function(){"; cat "$@"; echo "}).apply({})"; }
# add js module
cat dist/xrfragment.js > dist/xrfragment.module.js
cat dist/xrfragment.js >> dist/xrfragment.module.js
echo "export default xrfragment;" >> dist/xrfragment.module.js
# add THREE