Skip to content

Commit

Permalink
rebuild storybook to be consistent with latest revisions (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
IcculusC authored Oct 28, 2018
1 parent 33c28a8 commit b5dd8d4
Show file tree
Hide file tree
Showing 16 changed files with 193 additions and 181 deletions.
1 change: 0 additions & 1 deletion .storybook/addons.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@storybook/addon-options/register";
import "@storybook/addon-storysource/register";
import "@storybook/addon-notes/register";
import "@storybook/addon-knobs/register";
2 changes: 1 addition & 1 deletion docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@
console.warn('unable to connect to parent frame for connecting dev tools');
}</script></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.7d7f162474e240b3d9f3.bundle.js"></script><script src="static/iframe.46f8c42406195633851e.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.738cf1abd7c0a3dbee71.bundle.js"></script><script src="static/iframe.d026386c665a0196a402.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.47864dbeb9f5aa493dca.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.4f9ee04d5dee99be9f02.bundle.js"></script></body></html>
2 changes: 0 additions & 2 deletions docs/static/iframe.46f8c42406195633851e.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/iframe.46f8c42406195633851e.bundle.js.map

This file was deleted.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/static/iframe.d026386c665a0196a402.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

106 changes: 0 additions & 106 deletions docs/static/manager.47864dbeb9f5aa493dca.bundle.js

This file was deleted.

106 changes: 106 additions & 0 deletions docs/static/manager.4f9ee04d5dee99be9f02.bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

78 changes: 78 additions & 0 deletions docs/static/vendors~iframe.738cf1abd7c0a3dbee71.bundle.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

65 changes: 0 additions & 65 deletions docs/static/vendors~iframe.7d7f162474e240b3d9f3.bundle.js

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions husky.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
hooks: {
"pre-commit": "yarn test && yarn lint",
"pre-push": "yarn storybook:build"
"pre-commit": "yarn test && yarn lint"
}
};
1 change: 1 addition & 0 deletions test/report.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@
font-size: 1rem;
padding: 0 0.5rem;
}

</style></head><header><h1 id="title">React Hex Engine</h1></header><div id="metadata-container"><div id="timestamp">Start: 2018-10-27 23:29:31</div><div id="summary">
6 tests --
4 passed /
Expand Down

0 comments on commit b5dd8d4

Please sign in to comment.