ignore remotestorage.js for vanilla terminal
This commit is contained in:
parent
11674a1509
commit
e486111105
2 changed files with 2 additions and 0 deletions
1
make
1
make
|
|
@ -68,6 +68,7 @@ standalone(){ # build standalone xrsh.com binary
|
|||
echo " fbterm: true,"
|
||||
echo " fbtermjs: true,"
|
||||
echo " remotekeyboard: true"
|
||||
echo " remotestorage: true"
|
||||
echo " };"
|
||||
} > xrsh.js
|
||||
ls -lh xrsh.js
|
||||
|
|
|
|||
1
xrsh.js
1
xrsh.js
|
|
@ -4499,4 +4499,5 @@ AFRAME.utils.require.required = {
|
|||
fbterm: true,
|
||||
fbtermjs: true,
|
||||
remotekeyboard: true
|
||||
remotestorage: true
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue