Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dcc3b1666f | |||
| f088f253de |
2 changed files with 1 additions and 2 deletions
1
.domains
1
.domains
|
|
@ -1 +0,0 @@
|
|||
xrfragment.org
|
||||
2
make
2
make
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue