debianw / simple-list

Simple infinite list. This is a Polymer web-component that can handle tons of data in a infinite list.
7 stars 1 forks source link

Bower install #2

Open Sinjins opened 10 years ago

Sinjins commented 10 years ago

I just tried using the simple-list in a customized version of the Topeka app (I'm playing around with polymer), and the recommended bower install method broke the app. I'm pretty new to bower, and maybe there are command line options to avoid the simple-list install from touching existing polymer files. Alternatively, perhaps the simple-list.json can be updated to avoid those older dependencies?

debianw commented 10 years ago

Hey dude, sorry I don't understand your issue, could you be more specific, what exactly broke the app ?, I'm not sure if you are having issues with topeka app, or polymer installation, or simple-list component

Sinjins commented 10 years ago

I resolved the post simple-list install issue using 'bower update polymer'. It appears some older versions of polymer files were installed along with simple-list. So I think the problem could be fixed by updating the bower.json dependencies. On another note, I'm still having some difficulty getting the vertical scrollbar to show up with simple-list.

debianw commented 10 years ago

I'll be releasing a new version of simple-list with a newer version of polymer.

Check out the demos of simple-list, there are 2 examples using fit and flex layouts. To know a little more about layouts take a look this (http://www.polymer-project.org/docs/polymer/layout-attrs.html)