bugfix: ever-growing xrfragment.module.js
This commit is contained in:
parent
f088f253de
commit
dcc3b1666f
1 changed files with 1 additions and 1 deletions
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