Skip to content

Commit a66db77

Browse files
committed
Clarify the need to update bower.json
If the names in `bower.json` are not updated to the new element, the `gp.sh` script will build broken links still pointing to `seed-element`. Perhaps this will save others from some confusion.
1 parent 4734d4a commit a66db77

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)