Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Please add a way to run/debug these components stand-alone #41

@kristianmandrup

Description

@kristianmandrup

These paper elements aren't really "self-contained". I can't simply clone the repo, bower install, open the demo and work from there... Looks like the repo has to exists within a specific app structure...

From demo.html

  <script src="../webcomponentsjs/webcomponents.js"></script>
  <link rel="import" href="../core-icons/core-icons.html">
  <link rel="import" href="../font-roboto/roboto.html">
  <link rel="import" href="paper-tabs.html">
  <link rel="import" href="../core-toolbar/core-toolbar.html">
  <link rel="import" href="../core-media-query/core-media-query.html">
  <link rel="import" href="../paper-icon-button/paper-icon-button.html">

Running bower install will install all components into bower components folder. What is the recommended structure for this to work? Why not add a dev folder which sets up the infrastructure to reference the outer paper-tabs files but can run stand-alone? or some other way?

Also, please add some documentation for getting started (ie. contribution guide lines) and more on how scrolling behaviour is intended to work. Thanks :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions