https://github.com/oskarrough/rsmaybebugtest
https://github.com/oskarrough/rsmaybebugtest
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oskarrough/rsmaybebugtest
- Owner: oskarrough
- Created: 2018-10-30T18:22:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-31T08:30:43.000Z (over 7 years ago)
- Last Synced: 2025-08-03T21:42:46.537Z (11 months ago)
- Language: HTML
- Size: 288 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Exploring https://github.com/remotestorage/remotestorage.js/issues/1133.
index.html throws an error in Chrome.
It uses a minified bundle including remotestorage.js.
index2.html does not throw any errors.
it loads remotestorage.js from a CDN and doesn't minify.
Test it locally with `yarn; yarn build; yarn start`.