We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm working through the https://www.polymer-project.org/0.5/docs/start/creatingelements.html Under the section 3.Create an app it states: website: Your final directory structure should look something like this:
yourapp/ bower_components/ webcomponentsjs/ polymer/ core-ajax/ elements/ my-element.html index.html
The working directory is actually scaffold out like this when following the recommended install and bower installs:
yourapp/ bower_components/ core-ajax/ core-component-page/ polymer/ webcomponentsjs/ elements/ my-element.html bower.json index.html
Hope this feedback helps
The text was updated successfully, but these errors were encountered:
This issue was moved to Polymer/old-docs-site#989
Sorry, something went wrong.
No branches or pull requests
I'm working through the https://www.polymer-project.org/0.5/docs/start/creatingelements.html
Under the section 3.Create an app it states:
website:
Your final directory structure should look something like this:
The working directory is actually scaffold out like this when following the recommended install and bower installs:
Hope this feedback helps
The text was updated successfully, but these errors were encountered: