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

dev development config #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kristianmandrup
Copy link

Defined a configuration for running paper-tabs standalone for easier development/contribution.

Small issue... scrollableTabs returned from document.querySelector doesn't have any functions of the custom element such as updateBar. Why is that!?

var scrollableTabs = document.querySelector('#scrollableTabs')
if (scrollableTabs) {
  console.log(scrollableTabs);
  scrollableTabs.updateBar();
} else {
  throw Error("#scrollableTabs element could not be found in the document")
}

"name": "paper-tabs",
"private": true,
"dependencies": {
"core-icons": "Polymer/core-icons#master",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These can move into the root "bower.json" and be set as the "devDependencies" rather than "dependencies" (which is intended for production).

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 this pull request may close these issues.

2 participants