You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 26, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: readme.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -91,14 +91,16 @@ yo polymer:seed x-foo
91
91
### Gh
92
92
Generates a Github pages branch for your [seed-element](#seed).
93
93
94
-
If your documentation or demo pages have dependencies declared as devDependencies in bower.json, you can include them in the Github pages branch by answering _yes_ to the relevant question.
94
+
If your documentation or demo pages have dependencies declared as devDependencies in `bower.json`, they will be included in your GitHub pages branch.
95
95
96
96
Example:
97
97
```bash
98
98
cd components/x-foo
99
99
yo polymer:gh
100
100
```
101
101
102
+
If, for some reason, you don't want the devDependencies, use the `--nodevdeps` option.
103
+
102
104
## Testing
103
105
104
106
The project generated by `yo polymer` contains support for [web-component-tester](https://github.com/Polymer/web-component-tester). The following commands are included:
0 commit comments