Things not working? You probably need to make some changes in xpring-common-js and then run the rebundle script:
cd xpring-common-js && <make changes, pull a new commit, etc> && cd ..
./scripts/bundle-js.sh
<refresh chrome>
NOTE: If you ever commit this file it gets bundled inside the SDK which we probably don't want to do. You could commit it and use an exclude in project.yml or you can just merge this PR into branches when you want to debug.
Then:
XpringCommonJS
in browser consoleHere's an example command:
Things not working? You probably need to make some changes in xpring-common-js and then run the rebundle script:
NOTE: If you ever commit this file it gets bundled inside the SDK which we probably don't want to do. You could commit it and use an
exclude
inproject.yml
or you can just merge this PR into branches when you want to debug.