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

Commit

Permalink
Clean up some cruft
Browse files Browse the repository at this point in the history
- Remove post-card.back, fixes #5
- Remove unused `.bowerrc` in starter dir
- Merge `core-icon-button` styles in finished dir, fixes Polymer/polymer#570
  • Loading branch information
robdodson committed Jun 29, 2014
1 parent bbf3681 commit c906514
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 73 deletions.
68 changes: 0 additions & 68 deletions finished/post-card.back

This file was deleted.

2 changes: 0 additions & 2 deletions finished/post-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@
position: absolute;
top: 3px;
right: 3px;
}
core-icon-button {
fill: #636363;
}
:host([favorite]) core-icon-button {
Expand Down
3 changes: 0 additions & 3 deletions starter/.bowerrc

This file was deleted.

5 comments on commit c906514

@ebidel
Copy link

@ebidel ebidel commented on c906514 Jun 29, 2014

Choose a reason for hiding this comment

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

Can we backport these changes to the tutorial on the site?

@robdodson
Copy link
Contributor Author

@robdodson robdodson commented on c906514 Jun 29, 2014 via email

Choose a reason for hiding this comment

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

@ebidel
Copy link

@ebidel ebidel commented on c906514 Jun 29, 2014

Choose a reason for hiding this comment

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

Yea, I'm just wondering about keeping the demos and steps at https://github.com/Polymer/docs/tree/master/samples/tutorial in sync with the tutorial repo. We need to make this a submodule next week.

@robdodson
Copy link
Contributor Author

@robdodson robdodson commented on c906514 Jun 29, 2014 via email

Choose a reason for hiding this comment

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

@robdodson
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Polymer/old-docs-site@4331473

didn't see a .bowerrc on the polymer site so i just ditched the .back file and fixed the core-icon-button styles

Please sign in to comment.