Skip to content

Commit 8d4048a

Browse files
committed
Merge pull request Polymer#586 from oslego/patch-1
Clarify the need to update `bower.json`
2 parents 9fa8f7e + a66db77 commit 8d4048a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/reusableelements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This allows us to:
122122

123123
Take a look at `demo.html` and the rendered JSDocs in `index.html` in your browser to make sure you're happy with your customizations. You'll need to access them via `http:` URIs served from a [local web server](https://www.google.com/search?q=local+web+server); they won't display properly if opened directly via `file:` URIs.
124124

125-
Once `demo.html` and the docs in `index.html` look good locally, make sure that you've pushed any changes to your repo's `master` branch. We can now use a special script to push a landing page for your element to GitHub pages. Inside your terminal, walk through running the following commands:
125+
Once `demo.html` and the docs in `index.html` look good locally, make sure that you've pushed any changes to your repo's `master` branch. Also, make sure that you've updated throughout your project the name and paths from the original seed element to your element, including the ones in `bower.json`. We can now use a special script to push a landing page for your element to GitHub pages. Inside your terminal, walk through running the following commands:
126126

127127
# Navigate back to your development directory
128128
cd ..

0 commit comments

Comments
 (0)