Compare commits
No commits in common. "main" and "pages" have entirely different histories.
2 changed files with 2 additions and 1 deletions
1
.domains
Normal file
1
.domains
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
xrfragment.org
|
||||||
2
make
2
make
|
|
@ -97,7 +97,7 @@ build(){
|
||||||
jscat(){ echo "(function(){"; cat "$@"; echo "}).apply({})"; }
|
jscat(){ echo "(function(){"; cat "$@"; echo "}).apply({})"; }
|
||||||
|
|
||||||
# add js module
|
# 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
|
echo "export default xrfragment;" >> dist/xrfragment.module.js
|
||||||
|
|
||||||
# add THREE
|
# add THREE
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue