Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Polymer in 10 Minutes - 3. Create an app #989

Closed
ebidel opened this issue Apr 6, 2015 · 0 comments · Fixed by #1002
Closed

Polymer in 10 Minutes - 3. Create an app #989

ebidel opened this issue Apr 6, 2015 · 0 comments · Fixed by #1002
Assignees

Comments

@ebidel
Copy link
Contributor

ebidel commented Apr 6, 2015

From @Gregory-Phillips on April 4, 2015 0:13

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

Copied from original issue: Polymer/polymer#1371

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants