Skip to content

Commit

Permalink
Changed output of storybook static assets.
Browse files Browse the repository at this point in the history
Also fixed a few typos in the description of README.md and package.json
files.
  • Loading branch information
rmariuzzo committed Nov 9, 2017
1 parent b3b09bb commit 7210e31
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# React New Window

Pop a new window React using window.open.
Pop new windows in React, using `window.open`.

Inspired by [David Gilbertson's article](https://hackernoon.com/using-a-react-16-portal-to-do-something-cool-2a2d627b0202) (must read, must follow).

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion storybook-static/iframe.html → docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<div id="root"></div>
<div id="error-display"></div>
<script src="static/preview.2b539bfec20c5f9ad9ff.bundle.js"></script>
<script src="static/preview.2061252c6eb8d5d47d71.bundle.js"></script>
</body>
</html>

File renamed without changes.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",
"storybook": "cross-env NODE_ENV=test start-storybook -p 6006",
"build-storybook": "cross-env NODE_ENV=test build-storybook"
"build-storybook": "cross-env NODE_ENV=test build-storybook -o docs"
}
}

0 comments on commit 7210e31

Please sign in to comment.