Skip to content

Commit

Permalink
Merge pull request #86 from ganderzz/feature/add-ref-cross-compat
Browse files Browse the repository at this point in the history
WIP: Add initial polyfill
  • Loading branch information
ganderzz authored Dec 9, 2018
2 parents a5ce8d0 + 1f7764e commit c7ee5e2
Show file tree
Hide file tree
Showing 24 changed files with 1,502 additions and 2,142 deletions.
17 changes: 2 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,7 @@ jobs:
steps:
- checkout

# Download and cache dependencies
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: yarn install
- run: yarn

- save_cache:
paths:
Expand All @@ -37,13 +30,7 @@ jobs:
steps:
- checkout

- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: yarn install
- run: yarn

- run:
name: Authenticate with registry
Expand Down
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@
box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.4);
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the storybook config.</li><li>Try reloading the page.</li></ul></div></div><div class="sb-errordisplay sb-wrapper"><div id="error-message" class="sb-heading"></div><pre class="sb-errordisplay_code">
<code id="error-stack"></code>
</pre></div><div id="root"></div><script src="static/runtime~iframe.36305751f78a2d599ec4.bundle.js"></script><script src="static/vendors~iframe.64825ef69626ef9c8f63.bundle.js"></script><script src="static/iframe.6cc71ada6d24d09cf9ad.bundle.js"></script></body></html>
</pre></div><div id="root"></div><script src="static/runtime~iframe.36305751f78a2d599ec4.bundle.js"></script><script src="static/vendors~iframe.94b36a16be0c28a621bb.bundle.js"></script><script src="static/iframe.7a6ba081df3f0d028ac7.bundle.js"></script></body></html>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
}
} catch (e) {
console.warn('unable to connect to parent frame for connecting dev tools');
}</script></head><body><div id="root"></div><script src="static/runtime~manager.9ffd8dd7b8642e4235e2.bundle.js"></script><script src="static/manager.08c9b945bba98c15a6a7.bundle.js"></script></body></html>
}</script></head><body><div id="root"></div><script src="static/runtime~manager.9ffd8dd7b8642e4235e2.bundle.js"></script><script src="static/manager.29ab769f2d6d5d8dba28.bundle.js"></script></body></html>
2 changes: 0 additions & 2 deletions docs/static/iframe.5a1f1843f1f9d9e8b6a6.bundle.js

This file was deleted.

2 changes: 0 additions & 2 deletions docs/static/iframe.6cc71ada6d24d09cf9ad.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/iframe.6cc71ada6d24d09cf9ad.bundle.js.map

This file was deleted.

Loading

0 comments on commit c7ee5e2

Please sign in to comment.